diff options
Diffstat (limited to 'assets/minteck.org/manifest.json')
-rwxr-xr-x | assets/minteck.org/manifest.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/minteck.org/manifest.json b/assets/minteck.org/manifest.json new file mode 100755 index 0000000..8e6ca9c --- /dev/null +++ b/assets/minteck.org/manifest.json @@ -0,0 +1,19 @@ +{ + "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" +} |