Cats App!

Cats App!

Need a little extra joy added to your everyday web browsing? How about a little furry friend to help make it through those extra…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cats App!",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "web_accessible_resources": [
    "imgs/cat1.png",
    "imgs/cat2.png",
    "imgs/cat3.png",
    "imgs/cat4.png",
    "imgs/cat5.png",
    "imgs/cat6.png",
    "imgs/cat7.png",
    "imgs/cat8.png",
    "imgs/cat9.png",
    "imgs/cat10.png",
    "imgs/cat11.png",
    "imgs/cat12.png",
    "imgs/cat13.png",
    "imgs/cat14.png",
    "imgs/cat15.png",
    "imgs/cat16.png"
  ]
}