Back to the Future Wallpapers New Tab

Back to the Future Wallpapers New Tab

Back to the Future theme in new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.5.0.8",
  "background": {
    "service_worker": "apricot_chamaeleon.js"
  },
  "chrome_url_overrides": {
    "newtab": "eigengrau_astatine.html?a"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "128": "128.png"
  },
  "offline_enabled": true,
  "action": {},
  "default_locale": "en",
  "manifest_version": 3
}