diff options
Diffstat (limited to 'assets/favicon/manifest.json')
-rwxr-xr-x | assets/favicon/manifest.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/assets/favicon/manifest.json b/assets/favicon/manifest.json deleted file mode 100755 index 8e6ca9c..0000000 --- a/assets/favicon/manifest.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "Minteck", - "short_name": "Minteck", - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "theme_color": "#a56510", - "background_color": "#a56510", - "display": "standalone" -} |