-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webapp
54 lines (54 loc) · 1.24 KB
/
manifest.webapp
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
{
"name": "Telegram",
"description": "Telegram client for KaiOS",
"version": "1.0.1",
"launch_path": "/index.html",
"theme": "#29a9ea",
"theme_color": "#29a9ea",
"background_color": "#29a9ea",
"fullscreen": "true",
"chrome": {
"statusbar": "overlap"
},
"orientation": "default",
"icons": {
"56": "/icons/icon56x56.png",
"112": "/icons/icon112x112.png"
},
"categories": [
"social"
],
"developer": {
"name": "AzagraMac",
"url": "https://github.com/AzagraMac/telegram-kaios"
},
"origin": "app://svelte-telekram.arma7x.com",
"type": "privileged",
"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"
}
],
"locales": {
"en-US": {
"name": "Telegram",
"subtitle": "Telegram client for KaiOS",
"description": "Telegram client for KaiOS"
}
},
"default_locale": "en"
}