renamed from sr2ini.iconmanifest b/c parcel wasn't parsing file
This commit is contained in:
parent
dff4b1620b
commit
0bb40881a3
19
icons/site.webmanifest
Normal file
19
icons/site.webmanifest
Normal 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"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user