diff options
Diffstat (limited to 'public-kiemm/manifest.webmanifest')
-rw-r--r-- | public-kiemm/manifest.webmanifest | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public-kiemm/manifest.webmanifest b/public-kiemm/manifest.webmanifest new file mode 100644 index 0000000..6c2033c --- /dev/null +++ b/public-kiemm/manifest.webmanifest @@ -0,0 +1,17 @@ +{ + "name": "Kiemm Rooster", + "short_name": "Rooster", + "start_url": "/", + "display": "standalone", + "background_color": "#ececec", + "description": "De rooster pagina van Kiemm Montessori", + "icons": [{ + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + }] +} |