Ziflow - Review and Approval

Ziflow - 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": 2,
  "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.4",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Ziflow - Online Review and Approval"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "activeTab",
    "webNavigation"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{21f13380-9fa3-4d25-9011-3f6f73634008}"
    }
  }
}