17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"name": "7am Weather",
|
|
"short_name": "7am",
|
|
"theme_color": "#1f2937",
|
|
"background_color": "#f3f4f6",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"description": "Daily weather updates delivered to you at 7am.",
|
|
"orientation": "vertical",
|
|
"icons": [
|
|
{
|
|
"src": "/logo.png",
|
|
"sizes": "1024x1024"
|
|
}
|
|
]
|
|
} |