aboutsummaryrefslogtreecommitdiff
path: root/src/client/static/manifest.json
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-03-23 19:33:08 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-03-23 19:33:08 +0100
commit9a617e85ae4c632bf12f32e59da519b676216004 (patch)
tree84e85229e549f1340c1636ce4a4d3ca4e68ef53d /src/client/static/manifest.json
parent5e96a4f263bb68ce440567883f7811b34a14e191 (diff)
Project cleanup
Diffstat (limited to 'src/client/static/manifest.json')
-rw-r--r--src/client/static/manifest.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/client/static/manifest.json b/src/client/static/manifest.json
new file mode 100644
index 0000000..d33ee8e
--- /dev/null
+++ b/src/client/static/manifest.json
@@ -0,0 +1,29 @@
+{
+ "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"
+ }]
+}