Skip to content

Commit ee28663

Browse files
committed
update PWA manifest.json
1 parent aad5aae commit ee28663

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

static/manifest.json

-31
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,5 @@
1212
{ "src": "/img/班徽.svg", "sizes": "512x512", "type": "image/svg+xml" },
1313
{ "src": "/images/icons-192.png", "sizes": "192x192", "type": "image/png" },
1414
{ "src": "/images/icons-512.png", "sizes": "512x512", "type": "image/png" }
15-
],
16-
"id": "/?source=pwa",
17-
"shortcuts": [
18-
{
19-
"name": "How's weather today?",
20-
"short_name": "Today",
21-
"description": "View weather information for today",
22-
"url": "/today?source=pwa",
23-
"icons": [{ "src": "/images/today.png", "sizes": "192x192" }]
24-
},
25-
{
26-
"name": "How's weather tomorrow?",
27-
"short_name": "Tomorrow",
28-
"description": "View weather information for tomorrow",
29-
"url": "/tomorrow?source=pwa",
30-
"icons": [{ "src": "/images/tomorrow.png", "sizes": "192x192" }]
31-
}
32-
],
33-
"screenshots": [
34-
{
35-
"src": "/images/screenshot1.png",
36-
"type": "image/png",
37-
"sizes": "540x720",
38-
"form_factor": "narrow"
39-
},
40-
{
41-
"src": "/images/screenshot2.jpg",
42-
"type": "image/jpg",
43-
"sizes": "720x540",
44-
"form_factor": "wide"
45-
}
4615
]
4716
}

0 commit comments

Comments
 (0)