forked from ricotz/plank
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathsite.webmanifest
More file actions
29 lines (29 loc) · 636 Bytes
/
site.webmanifest
File metadata and controls
29 lines (29 loc) · 636 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
{
"name": "Plank Reloaded",
"short_name": "Plank",
"icons": [
{
"src": "/data/icons/48x48/plank-reloaded.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/data/icons/128x128/plank-reloaded.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/data/icons/256x256/plank-reloaded.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/data/icons/512x512/plank-reloaded.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#3a7abd",
"background_color": "#ffffff",
"display": "standalone"
}