Tabby

Tabby

A simple new tab extensions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tabby",
  "short_name": "Tabby",
  "version": "3.1.25",
  "description": "A simple new tab extensions",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "images/favicon.png"
  },
  "permissions": [
    "storage"
  ]
}