Examine source code of DuckDuckGo But Better

Inspect and view changes in DuckDuckGo But Better 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
{
  "name": "DuckDuckGo But Better",
  "version": "0.2",
  "author": "WayTooBad",
  "manifest_version": 2,
  "description": "Search in google, imdb or amazon instead, directly from duckduckgo results page",
  "icons": {
    "96": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.duckduckgo.com/?*"
      ],
      "js": [
        "java.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "logos/amazon.png",
    "logos/imdb.png",
    "logos/google.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}