-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
75 lines (75 loc) · 1.94 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "Live-Ticker for Valorant Championship Tour",
"short_name": "Ticker for VCT",
"description": "Track current matches of the Valorant Champions Tour and receive push notifications for the latest match and event results",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#47b3ff",
"background_color": "#ffffff",
"start_url": "/",
"display": "standalone",
"gcm_sender_id": "331171673427",
"lang": "en-US",
"orientation": "any",
"screenshots": [{
"src": "/.github/light-1.png",
"sizes": "1920x919",
"type": "image/png",
"platform": "wide",
"label": "Event Overview in Light Mode"
},{
"src": "/.github/light-2.png",
"sizes": "1920x919",
"type": "image/png",
"platform": "wide",
"label": "Subscription Management Dashboard in Light Mode"
},{
"src": "/.github/dark-1.png",
"sizes": "1920x919",
"type": "image/png",
"platform": "wide",
"label": "Event Overview in Dark Mode"
},{
"src": "/.github/mobile-light-1.png",
"sizes": "375x1286",
"type": "image/png",
"platform": "narrow",
"label": "Mobile Event Overview in Light Mode"
},{
"src": "/.github/mobile-dark-1.png",
"sizes": "375x1286",
"type": "image/png",
"platform": "narrow",
"label": "Mobile Event Overview in Dark Mode"
}],
"categories": [
"entertainment",
"games",
"news",
"sports"
],
"shortcuts" : [{
"name": "Events",
"url": "/events",
"description": "Currently ongoing events and matches"
},{
"name": "Manage Notifications",
"url": "/subscriptions",
"description": "Unsubscribe from notifications for events and matches"
}]
}