Automatad : Publisher Demo Tool

Automatad : Publisher Demo Tool

Download the plugin to discover revenue opportunities in your website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Automatad : Publisher Demo Tool",
  "short_name": "Automatad",
  "version": "0.1.1",
  "manifest_version": 2,
  "description": "Download the plugin to discover revenue opportunities in your website",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/atd-normal-32.png",
      "64": "icons/atd-normal-64.png",
      "128": "icons/atd-normal-128.png"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "debugger",
    "webNavigation",
    "http://*/*",
    "https://*/*",
    "notifications"
  ]
}