Examine source code of Certificate Security Scorecard

Inspect and view changes in Certificate Security Scorecard 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": "__MSG_extensionName__",
  "version": "3.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "/icons/grey-lock.svg",
    "default_title": "How many days until the certificate expires",
    "default_popup": "/html/popup.html"
  },
  "background": {
    "page": "/html/background.html"
  },
  "icons": {
    "48": "/icons/lock.svg",
    "96": "/icons/lock.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a599c3ad-9835-4279-80b9-a9ae3b572809}"
    }
  }
}