Bentley Black Sports Car Wallpaper HomePage

Bentley Black Sports Car Wallpaper HomePage

Bentley Black wallpaper is browser extension that provides 4K wallpapers, supports daily updates, and has no advertisements.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.1",
  "optional_host_permissions": [
    "https://suggestion.baidu.com/*",
    "https://google.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionSummary__",
  "action": {
    "default_title": "__MSG_extensionName__"
  },
  "icons": {
    "128": "./static/icons/icon_128.png"
  },
  "background": {
    "service_worker": "scripts/service-worker.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}