-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (35 loc) · 950 Bytes
/
Copy pathmanifest.json
File metadata and controls
36 lines (35 loc) · 950 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
{
"name": "Resource Loading & Network Priority Optimization",
"short_name": "NetworkPriority",
"description": "Spec-aligned guidance on browser resource loading, fetch priority, preload/prefetch/preconnect, HTTP/2 & HTTP/3 multiplexing, and waterfall optimisation.",
"start_url": "/",
"display": "standalone",
"background_color": "#f5f0e8",
"theme_color": "#4a5e2a",
"orientation": "any",
"icons": [
{
"src": "/assets/img/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/img/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/assets/img/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/img/logo.svg",
"sizes": "any",
"type": "image/svg+xml"
}
],
"categories": ["education", "productivity"],
"screenshots": []
}