Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "!Bang Quick Search",
"description": "DuckDuckGo !bang quick search",
"version": "2.0",
"author": "Brian Dawson",
"permissions": [
"declarativeNetRequest",
"scripting"
],
"host_permissions": [
"*:\/\/*.google.com\/*",
"*:\/\/*.bing.com\/*"
],
"background": {
"service_worker": "js\/rules.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.google.com\/*",
"*:\/\/*.bing.com\/*"
],
"js": [
"js\/bang.js"
]
}
],
"icons": {
"16": "images\/bang.png",
"48": "images\/bang.png",
"128": "images\/bang.png"
}
}