Sport Cars

Sport Cars

An excellent new tab extension for your browser with a Sports Cars theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sport Cars",
  "version": "1.0.4",
  "description": "An excellent new tab extension for your browser with a Sports Cars theme.",
  "icons": {
    "16": "assets/icons/16px.png",
    "96": "assets/icons/96px.png",
    "128": "assets/icons/128px.png"
  },
  "author": "Tabatoo",
  "homepage_url": "https://www.sportcarstab.com/",
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "*://*.sportcarstab.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "background": {
    "service_worker": "mainClass.js",
    "type": "module"
  }
}