diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-12-29 16:58:34 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-12-29 16:58:34 +0100 |
commit | 1145c7ef325f1190e89c4684f180a26d3a74128b (patch) | |
tree | 311e14b1a4c24d63d4480e14ef8a698bfbb0b9ab /public/manifest.webmanifest | |
parent | caeb6bad750ed3d7e26606dca07edc097885d8ce (diff) |
Add kiemm version
The kiemm is functionally identical to the rosoterTOS version, but branded differently
Diffstat (limited to 'public/manifest.webmanifest')
-rw-r--r-- | public/manifest.webmanifest | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest deleted file mode 100644 index d33ee8e..0000000 --- a/public/manifest.webmanifest +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Metis Rooster", - "short_name": "Rooster", - "start_url": "/", - "display": "standalone", - "background_color": "#ececec", - "description": "Een verbeterde rooster pagina voor het metis", - "icons": [{ - "src": "/icons/res/mipmap-mdpi/ic_launcher.png", - "sizes": "48x48", - "type": "image/png" - }, { - "src": "/icons/res/mipmap-hdpi/ic_launcher.png", - "sizes": "72x72", - "type": "image/png" - }, { - "src": "/icons/res/mipmap-xhdpi/ic_launcher.png", - "sizes": "96x96", - "type": "image/png" - }, { - "src": "/icons/res/mipmap-xxhdpi/ic_launcher.png", - "sizes": "144x144", - "type": "image/png" - }, { - "src": "/icons/res/mipmap-xxxhdpi/ic_launcher.png", - "sizes": "192x192", - "type": "image/png" - }] -} |