Multi-touch Zoom Firefox

Examine source code of Multi-touch Zoom

Inspect and view changes in Multi-touch Zoom source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Multi-touch Zoom",
  "version": "0.95",
  "applications": {
    "gecko": {
      "id": "{90b5a72e-cdbd-49df-8304-5b5d6ea84a0f}",
      "strict_min_version": "57.0"
    }
  },
  "description": "Adds smooth multi-touch zoom that matches the behavior in Safari and Chrome",
  "developer": {
    "name": "George Corney",
    "url": "https://github.com/haxiomic"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "192": "icons/icon-192.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "pinch-zoom.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "settings.html",
    "browser_style": true
  }
}

Best Multi-touch Zoom Alternatives

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