Analytics Woman

Analytics Woman

Change the Woman from Google Analytics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Analytics Woman",
  "description": "Change the Woman from Google Analytics",
  "version": "2.0",
  "content_scripts": [
    {
      "matches": [
        "http://www.google.com/analytics/"
      ],
      "css": [
        "change.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://www.google.com/analytics/"
      ],
      "js": [
        "background.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://www.chickenwrestlersanonymous.com/go-chicks/"
      ],
      "js": [
        "background.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2
}