Default Zoom

Set default zoom level for Firefox.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Default Zoom",
  "short_name": "Default Zoom",
  "version": "1.1.3",
  "description": "Set default zoom level for Firefox.",
  "author": "Jamie Nguyen",
  "homepage_url": "https://github.com/jamielinux/default-zoom",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "preferences.html"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "52.0"
    }
  }
}