From 0bb40881a3b3348daae7f65cf5640f04d6abb8a6 Mon Sep 17 00:00:00 2001 From: Tobias P Date: Sat, 23 Sep 2023 22:37:46 +0200 Subject: [PATCH] renamed from sr2ini.iconmanifest b/c parcel wasn't parsing file --- icons/site.webmanifest | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 icons/site.webmanifest diff --git a/icons/site.webmanifest b/icons/site.webmanifest new file mode 100644 index 0000000..61b64b0 --- /dev/null +++ b/icons/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "A simple Initiative tracker for Shadowrun 2e", + "short_name": "sr2ini", + "icons": [ + { + "src": "android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "gold", + "background_color": "#004aa5", + "display": "standalone" +}