-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webmanifest
40 lines (40 loc) · 1.08 KB
/
manifest.webmanifest
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
36
37
38
39
40
{
"short_name": "MTG Helper",
"name": "MTG Helper",
"icons": [
{
"src": "https://tdsojohn.github.io/MtgHelper/icons/apple-touch-icon.png",
"type": "image/png",
"sizes": "180x180"
},
{
"src": "https://tdsojohn.github.io/MtgHelper/icons/icon_512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"screenshots" : [
{
"src": "https://tdsojohn.github.io/MtgHelper/media/screenshots/screen_1.jpeg",
"sizes": "938x1920",
"type": "image/jpeg",
"label": "MTG Helper Homescreen"
},
{
"src": "https://tdsojohn.github.io/MtgHelper/media/screenshots/screen_2.jpeg",
"sizes": "937x1920",
"type": "image/jpeg",
"label": "MTG Helper life counter"
},
{
"src": "https://tdsojohn.github.io/MtgHelper/media/screenshots/screen_3.jpeg",
"sizes": "938x1920",
"type": "image/jpeg",
"label": "MTG Helper poison counter"
}
]
"start_url": "https://tdsojohn.github.io/MtgHelper/index.html",
"background_color": "#000000",
"display": "fullscreen",
"description": "A simple Magic the Gathering helper"
}