-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 942 Bytes
/
Copy pathmanifest.json
File metadata and controls
36 lines (36 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "WeatherVue — Professional Weather Dashboard",
"short_name": "WeatherVue",
"description": "Real-time weather dashboard with 5-day forecasts, air quality, UV index, maps, and multilingual support",
"start_url": "/",
"display": "standalone",
"background_color": "#0f0c29",
"theme_color": "#302b63",
"orientation": "portrait-primary",
"lang": "en",
"dir": "ltr",
"categories": ["weather", "utilities", "lifestyle"],
"screenshots": [
{
"src": "/.github/screenshot.svg",
"sizes": "1200x900",
"type": "image/svg+xml",
"form_factor": "wide",
"label": "WeatherVue Dashboard"
}
],
"icons": [
{
"src": "/icons/icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/icons/icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}