Examine source code of DOI Resolver

Inspect and view changes in DOI Resolver 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
{
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "19": "icons/icon19.png",
      "24": "icons/icon24.png",
      "32": "icons/icon32.png",
      "38": "icons/icon38.png",
      "48": "icons/icon48.png"
    },
    "default_popup": "bubble.html",
    "default_title": "__MSG_iconHover__"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "24": "icons/icon24.png",
    "32": "icons/icon32.png",
    "38": "icons/icon38.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "omnibox": {
    "keyword": "doi"
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "storage"
  ],
  "version": "7.2.2",
  "background": {
    "service_worker": "sw.js"
  },
  "options_page": "options.html",
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "optional_permissions": [
    "offscreen",
    "scripting",
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}