Automatad Blaze

Automatad Blaze

Improve Ad monetization of your existing ad units

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Automatad Blaze",
  "short_name": "Automatad Blaze",
  "version": "0.0.8",
  "manifest_version": 2,
  "description": "Improve Ad monetization of your existing ad units",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "blaze.style.css"
      ],
      "js": [
        "blaze.extension.js",
        "blaze.e2.js",
        "jQuery_v2.2.4.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "View real-time Automatad Blaze stats"
  },
  "icons": {
    "32": "icons/blaze32.png",
    "64": "icons/blaze64.png",
    "128": "icons/blaze128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "webNavigation",
    "http://*/*",
    "https://*/*",
    "notifications"
  ],
  "web_accessible_resources": [
    "fonts/*.woff2"
  ]
}