The Umbrella Academy Wallpapers New Tab

The Umbrella Academy Full HD wallpapers in new tab
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",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "3.623.840.279",
  "chrome_url_overrides": {
    "newtab": "carolina_blue_hydrogen.html"
  },
  "icons": {
    "128": "128.png"
  },
  "offline_enabled": true,
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*"
      ]
    }
  ],
  "manifest_version": 3
}