ZyXEL NAS Link Capture

ZyXEL NAS Link Capture

Creates a right-click context menu to send a link to your ZyXEL home NAS device.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "zxlink.js"
  },
  "description": "Creates a right-click context menu to send a link to your ZyXEL home NAS device.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1sR0E6IZeLhibaZx+xEA41J4YfCstiFTNooHrEmcNLF3BRxQh87AinJX49g5cm7DCOhAM70lqD7fQLmFR0QRibTbt7AOiz7c4sI9PlqYDFjwNYdDwmORQHbC1EnP39fkYTSnUYSATImr7qgnMPrhy4pf+IORMNdeXjV9W/TsLWQIDAQAB",
  "manifest_version": 3,
  "name": "ZyXEL NAS Link Capture",
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "version": "0.37"
}