14 lines
362 B
JSON
14 lines
362 B
JSON
{
|
|
"name": "Battery Tracker",
|
|
"short_name": "Batteries",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#1e40af",
|
|
"icons": [
|
|
{ "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png" }
|
|
]
|
|
}
|