Magnifying Glass

Magnifying Glass

FREE! The magnifying glass displays the zoomed area on the web page, making the selected area visible in detail.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Z",
        "mac": "MacCtrl+Z"
      }
    }
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png",
    "512": "icons/icon-512.png"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "offline_enabled": true,
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "version": "3.0.0",
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png",
      "256": "icons/icon-256.png",
      "512": "icons/icon-512.png"
    },
    "default_title": "__MSG_name__"
  },
  "homepage_url": "https://magnifying-glass.pdfwork.com/",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}