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-kiemm/manifest.webmanifest | |
parent | caeb6bad750ed3d7e26606dca07edc097885d8ce (diff) |
Add kiemm version
The kiemm is functionally identical to the rosoterTOS version, but branded differently
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" + }] +} |