CR7 Wallpaper HD HomePage

CR7 Wallpaper HD HomePage

CR7 Theme HomePage is a user-friendly browser extension that offers a wide range of HD wallpapers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0",
  "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"
  }
}