-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
31 lines (31 loc) · 718 Bytes
/
Copy pathmanifest.json
File metadata and controls
31 lines (31 loc) · 718 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
{
"name": "Weather Now",
"short_name": "Weather",
"description": "Minimalistic weather app with current conditions and hourly forecast",
"start_url": ".",
"display": "standalone",
"theme_color": "#0e1116",
"background_color": "#0e1116",
"orientation": "portrait-primary",
"scope": "./",
"icons": [
{
"src": "icons/clear.svg",
"sizes": "64x64",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "icons/clear.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "icons/clear.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
],
"categories": ["weather", "utilities"],
"lang": "en-US"
}