You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"name": "Turnip Prophet - ACNH Turnip Tracker",
|
|
"short_name": "Turnip Prophet",
|
|
"description": "An app to track your Animal Crossing: New Horizons turnip prices daily!",
|
|
"start_url": "index.html",
|
|
"display": "standalone",
|
|
"background_color": "#def2d9",
|
|
"theme_color": "#def2d9",
|
|
"icons": [
|
|
{
|
|
"src": "/img/favicon-192.png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/img/favicon-512.png",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
}
|