Elden Ring Character HD Wallpapers New Tab

Elden Ring Character HD Wallpapers New Tab

Elden Ring Character wallpapers extension offers great images with every new tab and was made for all fans of Elden Ring.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "724fun",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1",
  "default_locale": "en",
  "icons": {
    "128": "extension.png"
  },
  "chrome_url_overrides": {
    "newtab": "newPage/index.html"
  },
  "action": {
    "default_icon": "extension.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "history",
    "storage",
    "unlimitedStorage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}