InvolveAsia Pixel Helper

InvolveAsia Pixel Helper

The IA Pixel Helper is a troubleshooting tool that helps you validate your pixel implementation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "InvolveAsia Pixel Helper",
  "version": "0.0.2",
  "description": "The IA Pixel Helper is a troubleshooting tool that helps you validate your pixel implementation.",
  "permissions": [
    "tabs",
    "webNavigation",
    "webRequest",
    "storage",
    "*://*.invol.co/aff_l*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/ia-Icon-16.png",
      "32": "images/ia-Icon-32.png"
    }
  },
  "icons": {
    "16": "images/ia-Icon-16.png",
    "32": "images/ia-Icon-32.png",
    "48": "images/ia-Icon-48.png",
    "128": "images/ia-Icon-128.png"
  },
  "manifest_version": 2
}