V7 quickieZoom

V7 quickieZoom

quick and simple way to zoom pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "stil.css"
      ],
      "js": [
        "script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_opis__",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "/img/logo16.png",
    "48": "/img/logo48.png",
    "128": "/img/logo128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_V7__",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "version": "2.7.3",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}