AndBeyond Media Native : Publisher Demo Tool

AndBeyond Media Native : Publisher Demo Tool

Download the plugin to discover revenue opportunities in your mobile website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AndBeyond Media Native : Publisher Demo Tool",
  "short_name": "ABM Native",
  "version": "0.2.2.4",
  "manifest_version": 2,
  "description": "Download the plugin to discover revenue opportunities in your mobile website ",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "View ABM Native Ads on this page (if applicable)",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "icons/neo32.png",
    "64": "icons/neo64.png",
    "100": "icons/neo100.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "debugger",
    "webNavigation",
    "http://*/*",
    "https://*/*",
    "notifications"
  ]
}