-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.json
More file actions
24 lines (24 loc) · 585 Bytes
/
manifest.json
File metadata and controls
24 lines (24 loc) · 585 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
{
"name": "DP100 Digital Power Supply",
"description": "Web application for DP100 Digital Power Supply.",
"short_name": "DP100",
"theme_color": "#03a2e9",
"background_color": "#03a2e9",
"display": "fullscreen",
"scope": "/DP100-WebApp/",
"start_url": "/DP100-WebApp/",
"icons": [
{
"purpose": "maskable",
"sizes": "512x512",
"src": "assets/icons/icon512_maskable.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "assets/icons/icon512_rounded.png",
"type": "image/png"
}
]
}