AppNexus Creative Insertion Tool

AppNexus Creative Insertion Tool

This extension enables dynamic insertion of creative formats within an HTML document

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "name": "Use Screenshot Tool"
  },
  "description": "This extension enables dynamic insertion of creative formats within an HTML document",
  "manifest_version": 2,
  "name": "AppNexus Creative Insertion Tool",
  "permissions": [
    "tabs",
    "*://*/*"
  ],
  "version": "1.2",
  "icons": {
    "96": "icon96.png",
    "128": "icon128.png"
  }
}