Among Us Christmas Wallpaper

Among Us Christmas Wallpaper

Among Us Christmas Wallpaper extension provide you with HD Among Us wallpaper backgrounds. Created for Among Us fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Among Us Christmas Wallpaper extension provide you with HD Among Us wallpaper backgrounds. Created for Among Us fans. ",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "Among Us Christmas Wallpaper",
  "offline_enabled": true,
  "version": "1.19.21.52",
  "permissions": [
    "topSites",
    "bookmarks"
  ]
}