From 1145c7ef325f1190e89c4684f180a26d3a74128b Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 29 Dec 2018 16:58:34 +0100 Subject: Add kiemm version The kiemm is functionally identical to the rosoterTOS version, but branded differently --- public-kiemm/site.webmanifest | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public-kiemm/site.webmanifest (limited to 'public-kiemm/site.webmanifest') 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" +} -- cgit v1.1