Valorant - Chrome Wallpapers

Valorant - Chrome Wallpapers

Valorant Full HD Wallpapers brings a new look to your Chrome, Edge and Brave browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "128.png"
  },
  "author": "walltab",
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newTab/index.html"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.5"
}