Orbit, the Cat

Orbit, the Cat

Read the mind of Orbit, the developer's cat, on each new 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": "Orbit, the Cat",
  "version": "1.1",
  "author": "Paras Chopra",
  "description": "Read the mind of Orbit, the developer's cat, on each new tab.",
  "homepage_url": "https://invertedpassion.com/free-resources/",
  "icons": {
    "128": "cat-walk-by-iconka.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}