cats.

cats.

An extension which changes your New Tab page to cats. Some are AI-generated, and some are placeholders.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "cats.",
  "description": "An extension which changes your New Tab page to cats. Some are AI-generated, and some are placeholders.",
  "action": {
    "default_icon": "icon48.png"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "1.0",
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "permissions": [
    "alarms",
    "storage"
  ],
  "background": {
    "service_worker": "script/background.js"
  }
}