-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.manifest
More file actions
28 lines (28 loc) · 747 Bytes
/
app.manifest
File metadata and controls
28 lines (28 loc) · 747 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
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "Hourly Weather | 15 day forecast",
"short_name": "Hourly Weather",
"start_url": "https://weather.nanick.org",
"description": "Hourly weather forecast for your current location spanning 15 days.",
"icons": [
{
"src": "https://raw.githubusercontent.com/nstevens1040/resume/master/favicon.ico",
"sizes": "255x255",
"type": "image/x-icon",
"purpose": "any"
},
{
"src": "./favicon.svg",
"sizes": "255x255",
"type": "image/svg+xml",
"purpose": "any"
}
],
"categories": [
"weather",
"forecast",
"hourly",
"15 days"
],
"display": "minimal-ui"
}