Security Scrutiny Firefox

Examine source code of Security Scrutiny

Inspect and view changes in Security Scrutiny source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
    "manifest_version": 2,
    "name": "Security Scrutiny",
    "version": "1.3",
  //  "applications": {
  //      "gecko": {
  //      "id": "quantum-foxfooding@mozilla.com"

// }
//  },

    "browser_action": {
    "default_title": "Security Informations"
  },


  "icons": {
    "48": "icons/icon_48.png",
"64": "icons/icon_64.png",

    "96": "icons/icon_96.png"
  },

 "background": {
        "scripts": [
            "background.js"
        ]
    },

  "web_accessible_resources": [
  
    "newtab.html"
  ],


 "content_scripts": [{
    "matches": ["https://*/*", "http://*/*" ], 

    "css": ["newtab.css"],

    "js": ["jquery.min.js", "newtab.js"]
  }],

 "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
"webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ]
}

Best Security Scrutiny Alternatives

Here are some Firefox add-ons that are similar to Security Scrutiny: