Zoom Firefox

Examine source code of Zoom

By: yaagame
Inspect and view changes in Zoom source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Double-Click Zoom Control",
  "version": "2.0",
  "description": "Zoom in and out by double-clicking.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "<all_urls>",
    "declarativeNetRequestWithHostAccess"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "officialteespime@gmail.com"
    }
  }
}

Best Zoom Alternatives

Here are some Firefox add-ons that are similar to Zoom: