forked from igorek17000/thecoinwar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
31 lines (31 loc) · 764 Bytes
/
manifest.json
File metadata and controls
31 lines (31 loc) · 764 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
{
"name": "COINWAR",
"short_name": "COINWAR",
"id": "index.html",
"start_url": "index.html",
"display": "fullscreen",
"description": "Obviously, you're not a golfer.",
"lang": "en-US",
"dir": "auto",
"theme_color": "#101010",
"background_color": "#101010",
"orientation": "portrait-primary",
"icons": [
{
"src": "img/512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "img/512-maskable.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "img/favicon.svg",
"purpose": "maskable any",
"sizes": "any"
}
]
}