-
Notifications
You must be signed in to change notification settings - Fork 13
/
manifest.shared.json
40 lines (40 loc) · 969 Bytes
/
manifest.shared.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
{
"manifest_version": 3,
"name": "Custom Bang Search",
"version": "0.10.6",
"description": "Use custom DuckDuckGo-like bangs directly from the address bar",
"icons": {
"96": "images/icons/icon_96.png",
"128": "images/icons/icon_128.png"
},
"permissions": [
"storage",
"webRequest"
],
"host_permissions": [
"*://www.google.com/*",
"*://*.bing.com/*",
"*://*.duckduckgo.com/*",
"*://*.ecosia.org/*",
"*://*.brave.com/*",
"*://*.metager.org/*",
"*://*.mojeek.com/*",
"*://searx.tiekoetter.com/*",
"*://*.startpage.com/*",
"*://searx.be/*",
"*://kagi.com/*"
],
"options_ui": {
"page": "src/optionsui/options.html",
"open_in_tab": true
},
"action": {
"browser_style": true,
"default_icon": {
"96": "images/icons/icon_96.png",
"128": "images/icons/icon_128.png"
},
"default_title": "Custom Bang Search",
"default_popup": "src/popup/popup.html"
}
}