Permission Tracker Firefox

Examine source code of Permission Tracker

Inspect and view changes in Permission Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Permission Tracker",
  "version": "1.0",
  "description": "Tracks and alerts users about unreasonable access permissions requested by websites.",
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "geolocation",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{29141a19-05de-4604-8b79-38910f37bf1c}"
    }
  }
}

Best Permission Tracker Alternatives

Here are some Firefox add-ons that are similar to Permission Tracker: