Hyper Cars New Tab

Hyper Cars New Tab

Hyper Cars Wallpaper changes its new tab to Hyper Cars background.

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_appName__",
  "short_name": "Wallpaper Extensions",
  "version": "0.7",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "/assets/imgs/logo_128.png"
  },
  "background": {
    "service_worker": "/js/installationHandler.js"
  },
  "permissions": [
    "bookmarks"
  ],
  "action": {
    "browser_style": false,
    "default_icon": {
      "128": "/assets/imgs/logo_128.png"
    },
    "default_title": "Hyper Cars Wallpaper"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}