Examine source code of BoomConsole

Inspect and view changes in BoomConsole 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
{
  "author": "freeSchema.com",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "icon.png"
    },
    "default_popup": "login.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentscript.js"
      ]
    }
  ],
  "description": "Conceptualizes browsers for our clients to the freeSchema.com,inc database.",
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "BoomConsole",
  "permissions": [
    "activeTab",
    "<all_urls>",
    "storage"
  ],
  "version": "2.0.16",
  "-ms-preload": {
    "backgroundScript": "backgroundScriptsAPIBridge.js",
    "contentScript": "contentScriptsAPIBridge.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}