diff options
Diffstat (limited to 'public-kiemm/site.webmanifest')
-rw-r--r-- | public-kiemm/site.webmanifest | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public-kiemm/site.webmanifest b/public-kiemm/site.webmanifest new file mode 100644 index 0000000..f3ac7da --- /dev/null +++ b/public-kiemm/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Rooster", + "short_name": "Rooster", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#de403b", + "background_color": "#de403b", + "display": "standalone" +} |