-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.webmanifest
66 lines (66 loc) · 1.49 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
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
{
"name": "Telegram",
"description": "Telegram client for KaiOS",
"start_url": "/index.html",
"theme": "#29a9ea",
"theme_color": "#29a9ea",
"background_color": "#29a9ea",
"display": "fullscreen",
"orientation": "default",
"categories": [
"social"
],
"icons": [
{
"src": "/icons/icon56x56.png",
"type": "image/png",
"sizes": "56x56"
},
{
"src": "/icons/icon112x112.png",
"type": "image/png",
"sizes": "112x112"
}
],
"b2g_features": {
"version": "3.0.0",
"type": "privileged",
"core": true,
"default_locale": "en-US",
"developer": {
"name": "AzagraMac",
"url": "https://github.com/AzagraMac/telegram-kaios"
},
"chrome": {
"statusbar": "overlap"
},
"origin": "svelte-telekram",
"permissions": {
"systemXHR": {
"description": "Required to load remote content"
},
"serviceworker": {
"description": "Needed for assocating service worker"
},
"desktop-notification": {
"description": "Required for displaying alerts when app is on background"
},
"video-capture": {
"description": "Required for qr-code reader"
}
},
"messages": [
{
"serviceworker-notification": "/index.html"
}
],
"dependencies": {},
"locales": {
"en-US": {
"name": "Telegram",
"subtitle": "Telegram client for KaiOS",
"description": "Telegram client for KaiOS"
}
}
}
}