-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (34 loc) · 883 Bytes
/
manifest.json
File metadata and controls
34 lines (34 loc) · 883 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
{
"description": "Backend.AI Web UI",
"manifest_version": 9,
"name": "Backend.AI Web UI",
"short_name": "BackendAIWebUI",
"version": "26.5.0-alpha.0",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#fff",
"icons": [
{
"src": "./manifest/backend-ai.iconset/icon_16x16@2x.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "./manifest/backend-ai.iconset/icon_32x32@2x.png",
"sizes": "32x32",
"type": "image/png"
}, {
"src": "./manifest/backend-ai.iconset/icon_128x128@2x.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "./manifest/backend-ai.iconset/icon_256x256@2x.png",
"sizes": "256x256",
"type": "image/png"
}, {
"src": "./manifest/backend-ai.iconset/icon_512x512@2x.png",
"sizes": "512x512",
"type": "image/png"
}]
}