Trackie

Trackie

Debug and test tag manager and analytics implementations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Trackie",
  "description": "Debug and test tag manager and analytics implementations.",
  "short_name": "trackie",
  "version": "0.11.12",
  "icons": {
    "48": "i48.png",
    "128": "i128.png"
  },
  "devtools_page": "devtools.html",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "event.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "inject.js",
    "oo_poly.js"
  ],
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*",
    "notifications",
    "declarativeWebRequest",
    "*://*/*",
    "activeTab",
    "downloads"
  ]
}