aboutsummaryrefslogtreecommitdiff
path: root/src/client/static/manifest.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/static/manifest.webmanifest')
-rw-r--r--src/client/static/manifest.webmanifest29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/client/static/manifest.webmanifest b/src/client/static/manifest.webmanifest
new file mode 100644
index 0000000..d33ee8e
--- /dev/null
+++ b/src/client/static/manifest.webmanifest
@@ -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"
+ }]
+}