Examine source code of QuickIntel

Inspect and view changes in QuickIntel 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,
  "browser_specific_settings": {
    "gecko": {
      "id": "{23dc39e3-30ba-4651-ab92-10acbad06d0f}"
    }
  },
  "name": "QuickIntel",
  "version": "1.0.1",
  "description": "Aggregated Threat Intelligence Search.",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "250": "icons/icon250.png"
  },
  "browser_action": {
    "default_icon": "icons/icon250.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}