Cats and Kittens New Tab Extension

Cats and Kittens New Tab Extension

Embrace the Cuteness Overload with Cats and Kittens New Tab Extension!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_icon": "img/icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "version": "0.2.4",
  "permissions": [
    "topSites",
    "unlimitedStorage",
    "storage"
  ]
}