TabX - Minimalist New Tab

TabX - Minimalist New Tab

Improve your web browsing experience with TabX, a beautiful, customizable and lightweight new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "short_name": "TabX",
  "version": "1.15.5",
  "description": "__MSG_extensionDesc__",
  "author": "Victor Azevedo and Tahoe Beetschen",
  "default_locale": "en",
  "icons": {
    "128": "src/assets/favicon-128x128.png",
    "512": "src/assets/favicon-512x512.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "title": "TabX"
  },
  "homepage_url": "https://tabx.pro",
  "offline_enabled": true,
  "background.service_worker": {
    "persistent": false,
    "scripts": [
      "src/scripts/background.js"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "geolocation"
  ],
  "optional_permissions": [
    "bookmarks"
  ]
}