Adaptive Zoom Firefox

Examine source code of Adaptive Zoom

By: slastra
Inspect and view changes in Adaptive Zoom source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Adaptive Zoom",
  "version": "1.1.0",
  "description": "Automatically adjusts zoom based on window width for optimal readability",
  "author": "Your Name",
  "homepage_url": "https://github.com/yourusername/adaptive-zoom",
  "icons": {
    "48": "adaptive-zoom-48.png",
    "96": "adaptive-zoom-96.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "adaptive-zoom@example.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Adaptive Zoom Alternatives

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