renamed file to avoid confusion with PWA manifest

This commit is contained in:
Tobias 2023-09-20 12:44:24 +02:00
parent 7608e24300
commit d613867eef

View File

@ -1,9 +1,6 @@
{
"name": "Shadowrun 2e Ini Tracker",
"short_name": "sr2ini",
"start_url": "/",
"description": "A simple Initiative tracker for Shadowrun 2e",
"orientation": "portrait",
"name": "",
"short_name": "",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
@ -16,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "deeppink",
"theme_color": "gold",
"background_color": "#004aa5",
"display": "standalone"
}