diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-03-22 12:47:25 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-03-22 12:47:25 +0100 |
commit | 0f77408d646590273bcadb17e12256e93fee9600 (patch) | |
tree | 469c0e70587021df9f4655ad464c9b57d191f768 /public/manifest.beta.webmanifest | |
parent | 975c3f20a32b7bdd0f263c1482deb0fba7251912 (diff) |
Add BETA to the title when BETA env is set to 1
Diffstat (limited to 'public/manifest.beta.webmanifest')
-rw-r--r-- | public/manifest.beta.webmanifest | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/public/manifest.beta.webmanifest b/public/manifest.beta.webmanifest new file mode 100644 index 0000000..a1fdd92 --- /dev/null +++ b/public/manifest.beta.webmanifest @@ -0,0 +1,29 @@ +{ + "name": "BETA Metis Rooster", + "short_name": "BETA 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" + }] +} |