-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.webapp
More file actions
42 lines (42 loc) · 1.01 KB
/
Copy pathmanifest.webapp
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
{
"version": "0.0.15.9.2",
"name": "KaiKaiGo",
"description": "Browse through DuckDuckGo",
"type": "privileged",
"launch_path": "/main.html",
"icons": {
"56": "/icon.png",
"112": "/icon.png"
},
"developer": {
"name": "W4IT Dev",
"url": "http://github.com/w4it-dev/duckduckgo"
},
"locales": {
"en-US": {
"name": "Quack!",
"subtitle": "Unofficial DuckDuckGo Client",
"description": "Browse through DuckDuckGo"
},
"de-DE": {
"name": "Quack!",
"subtitle": "Inoffizieller DuckDuckGo-Client",
"description": "Stöber druch DuckDuckGo"
},
"es-ES": {
"name": "Quack!",
"subtitle": "Cliente no oficial de DuckDuckGo",
"description": "Navegar a través de DuckDuckGo"
}
},
"default_locale": "en-US",
"permissions": {
"systemXHR": {
"description": "Required to use this app"
},
"spatialnavigation-app-manage": {
"description": "Required to use the cursor."
}
},
"theme_color": "#ffffff"
}