Car Club Wallpapers

Car Club Wallpapers

Luxury cars hi-res wallpapers in a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Car Club Wallpapers",
  "icons": {
    "128": "i128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Luxury cars hi-res wallpapers in a new tab.",
  "manifest_version": 3,
  "background": {
    "service_worker": "bg.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://getcarclub.com/*"
  ],
  "version": "1.0.0"
}