Wandering Cat

Wandering Cat

The cat wanders

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wandering Cat",
  "description": "The cat wanders",
  "version": "2.01",
  "permissions": [],
  "browser_action": {
    "default_icon": "img/F_SIT.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "img/catman.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "lib/onload.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*"
  ]
}