Fangs

Fangs

Inject custom DuckDuckGo Bangs into your browsing experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fangs",
  "description": "Inject custom DuckDuckGo Bangs into your browsing experience.",
  "version": "0.3.1",
  "permissions": [
    "storage",
    "webNavigation"
  ],
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "icons": {
    "128": "assets/fangs-128.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "128": "assets/fangs-128.png"
    }
  },
  "background": {
    "service_worker": "background-scripts/initialize.js",
    "type": "module"
  }
}