24 lines
545 B
JSON
24 lines
545 B
JSON
{
|
|
"name": "Toadstool Cottage Counter",
|
|
"short_name": "Cottage Counter",
|
|
"start_url": "https://binarygnome.com/toadstoolTally",
|
|
"scope": ".",
|
|
"icons": [
|
|
{
|
|
"src": "icons/web-app-manifest-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "icons/web-app-manifest-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"theme_color": "#e4e8d5",
|
|
"background_color": "#e4e8d5",
|
|
"display": "standalone"
|
|
}
|