renamed from sr2ini.iconmanifest b/c parcel wasn't parsing file

This commit is contained in:
Tobias 2023-09-23 22:37:46 +02:00
parent dff4b1620b
commit 0bb40881a3

19
icons/site.webmanifest Normal file
View File

@ -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"
}