Lenz

Lenz

Move a virtual magnifying lens around any web page. Tinker with the lens shape, size and magnifying power.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lenz",
  "version": "1.0",
  "description": "Move a virtual magnifying lens around any web page. Tinker with the lens shape, size and magnifying power.",
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "128": "lenzicon.png"
    },
    "default_popup": "controls/lenzcontrols.html"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "lenzbackground.js"
    ]
  },
  "web_accessible_resources": [
    "bubble.png",
    "cylinder.png"
  ],
  "permissions": [
    "<all_urls>"
  ]
}