Examine source code of Shield My Adblock

Inspect and view changes in Shield My Adblock 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": "Shield My Adblock",
  "version": "1.1resigned1",
  "description": "Dynamically disables adblock warning scripts (more effective against particularly annoying full-screen ones).",
  "icons": {
    "128": "icon_128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "main.js"
    ]
  },
  "content_scripts": [],
  "web_accessible_resources": [
    "content_script.js",
    "content_script_deq_new.js",
    "content_script_deq_mod.js",
    "hijackblock2.js"
  ],
  "permissions": [
    "https://*/*",
    "http://*/*",
    "webNavigation",
    "tabs",
    "alarms",
    "webRequest"
  ],
  "browser_action": {
    "default_title": "",
    "default_icon": "icon_19.png",
    "default_popup": ""
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{448cf715-65e2-46f4-a9a7-e7448c773b38}"
    }
  }
}