Cat Tab

Meet the cat on the new tab.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Cat Tab",
  "version": "1.4.2",
  "author": "chick_0",
  "description": "Meet the cat on the new tab.",
  "chrome_url_overrides": {
    "newtab": "tab/app.html"
  },
  "chrome_settings_overrides": {
    "homepage": "tab/app.html"
  },
  "icons": {
    "64": "icons/64.png",
    "128": "icons/128.png",
    "192": "icons/192.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cat-ext@ch1ck.xyz",
      "strict_min_version": "100.0"
    }
  },
  "manifest_version": 2
}