Tabby Cat - New cats with each new tab

Tabby Cat - New cats with each new tab

Brighten your day with a cat picture every time you open a tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tabby Cat - New cats with each new tab",
  "description": "Brighten your day with a cat picture every time you open a tab.",
  "version": "1.03",
  "chrome_url_overrides": {
    "newtab": "newpage.html"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js",
      "async-chrome-storage.js"
    ],
    "persistent": false
  }
}