Zoom for Websites

Zoom for Websites

Easy zoom for websites. Adjust the magnification or reduction by himself.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "name": "Zoom for Websites",
  "description": "Easy zoom for websites. Adjust the magnification or reduction by himself.",
  "background": {
    "scripts": [
      "js/jquery.js",
      "background.js"
    ]
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "<all_urls>",
    "tabs",
    "contextMenus"
  ],
  "icons": {
    "16": "img/ico_16.png",
    "48": "img/ico_48.png"
  }
}