-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webmanifest
32 lines (32 loc) · 944 Bytes
/
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
{
"short_name":"Spieltag",
"name": "Bundesliga Spieltag",
"description": "Übersicht der Spielergebnisse des Spieltags",
"start_url": "./?i=skip_intro",
"display": "fullscreen",
"background_color": "#F3F3F3",
"theme_color": "#263238",
"icons": [
{
"src": "img/bundesliga_icon_48.png", "sizes": "48x48", "type": "image/png"
},
{
"src": "img/bundesliga_icon_72.png", "sizes": "72x72", "type": "image/png"
},
{
"src": "img/bundesliga_icon_96.png", "sizes": "96x96", "type": "image/png"
},
{
"src": "img/bundesliga_icon_144.png", "sizes": "144x144", "type": "image/png"
},
{
"src": "img/bundesliga_icon_358.png", "sizes": "358x358", "type": "image/png"
}],
"related_applications": [{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=com.example.app1"
}, {
"platform": "itunes",
"url": "https://itunes.apple.com/app/example-app1/id123456789"
}]
}