-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
51 lines (51 loc) · 1.26 KB
/
manifest.json
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
41
42
43
44
45
46
47
48
49
50
51
{
"id": "io.github.timoknapp.tennis-tournament-finder",
"name": "Tennis Tournament Finder",
"language": "de-DE",
"short_name": "TTF",
"description": "Finde Tennis Turniere in deiner Nähe",
"start_url": "/tennis-tournament-finder/",
"scope": "/tennis-tournament-finder/",
"display": "standalone",
"theme_color": "#000",
"background_color": "#000",
"orientation": "any",
"icons": [
{
"src": "/tennis-tournament-finder/images/icon192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "/tennis-tournament-finder/images/icon512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
},
{
"src": "/tennis-tournament-finder/images/icon192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "/tennis-tournament-finder/images/icon512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "images/screenshots/1112x834-screenshot.png",
"sizes": "1112x834",
"type": "image/png"
},
{
"src": "images/screenshots/750x1334-screenshot.png",
"sizes": "750x1334",
"type": "image/png"
}
]
}