20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"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"
|
|
}
|