Updated meta
This commit is contained in:
14
client/public/manifest.json
Normal file
14
client/public/manifest.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Weather Station",
|
||||
"short_name": "Weather",
|
||||
"description": "Local Weather & Forecasting",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#0f172a",
|
||||
"theme_color": "#0f172a",
|
||||
"orientation": "any",
|
||||
"icons": [
|
||||
{ "src": "/favicon.png", "sizes": "512x512", "type": "image/png" }
|
||||
],
|
||||
"categories": ["weather", "utilities"]
|
||||
}
|
||||
Reference in New Issue
Block a user