add pwa stuff
This commit is contained in:
17
web/manifest.json
Normal file
17
web/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user