Examine source code of Mustang Shelby GT500 Live Wallpaper New Tab

Inspect and view changes in Mustang Shelby GT500 Live Wallpaper New Tab 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Gameograf",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "version": "2.0.0",
  "description": "__MSG_appDesc__",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "service_worker": "js/bg.js"
  },
  "permissions": [
    "search"
  ],
  "icons": {
    "16": "img/128.png",
    "48": "img/128.png",
    "128": "img/128.png"
  }
}