Ziflow - Online Review and Approval

Ziflow - Online Review and Approval

Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Ziflow - Online Review and Approval",
  "description": "Extends your experience with Ziflow allowing you to review rich media (HTML5) banners and live websites",
  "version": "1.6.3",
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_title": "Ziflow - Online Review and Approval"
  },
  "background": {
    "service_worker": "background_v3.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "cookies",
    "webRequest",
    "declarativeNetRequest",
    "activeTab",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}