diff options
author | Minteck <contact@minteck.org> | 2022-06-16 11:37:18 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-16 11:37:18 +0200 |
commit | 060473d7e7da51bf372b3d2958580b8f65f4769b (patch) | |
tree | 0ccefc7dd4ba076474a09e2d8aa5aa6df83b8f20 /old/assets/favicon/manifest.json | |
parent | 825a95e13bd2e712544a5ba40c739da053d90f1c (diff) | |
download | ember-060473d7e7da51bf372b3d2958580b8f65f4769b.tar.gz ember-060473d7e7da51bf372b3d2958580b8f65f4769b.tar.bz2 ember-060473d7e7da51bf372b3d2958580b8f65f4769b.zip |
This is the new Ember
Diffstat (limited to 'old/assets/favicon/manifest.json')
-rwxr-xr-x | old/assets/favicon/manifest.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/assets/favicon/manifest.json b/old/assets/favicon/manifest.json new file mode 100755 index 0000000..8e6ca9c --- /dev/null +++ b/old/assets/favicon/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" +} |