VZW Dispatch Plugin

VZW Dispatch Plugin

Allows use of Motorola Solutions Dispatch plugin Manifest3

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VZW Dispatch Plugin",
  "version": "1.1",
  "manifest_version": 3,
  "description": "Allows use of Motorola Solutions Dispatch plugin Manifest3",
  "icons": {
    "128": "ExtensionIcon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "ExtensionIcon.png",
    "default_popup": "show.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "wyrmhole.js",
        "wyrmhole-page.js",
        "FireBreathPromise.js",
        "firewyrm.js",
        "insertJs.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging"
  ]
}