Examine source code of Lego Space Wallpaper HD HomePage

Inspect and view changes in Lego Space Wallpaper HD HomePage source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}