Examine source code of !bang

Inspect and view changes in !bang source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "!bang",
  "version": "1.2",
  "description": "Search provider for duckduckgo-style bangs without leaking queries to engines. From the address bar, start your query with \"! \".",
  "homepage_url": "https://codeberg.org/micycle/bang",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "content_security_policy": "default-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{bac80168-82b2-4798-b43b-6d09aeeab318}"
    }
  },
  "omnibox": {
    "keyword": "!"
  },
  "background": {
    "scripts": [
      "bg.js"
    ],
    "type": "module",
    "persistent": true
  }
}