Examine source code of Mercy - Overwatch Live Wallpaper

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