Among Us Wallpapers New Tab

Among Us Wallpapers New Tab

Among Us Wallpapers extension provide you with HD Among Us game wallpaper backgrounds. Themes designed 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 Wallpapers extension provide you with HD Among Us game wallpaper backgrounds. Themes designed for Among Us fans.",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "Among Us Wallpapers New Tab",
  "offline_enabled": true,
  "version": "90.10.289.111",
  "permissions": [
    "topSites",
    "bookmarks"
  ]
}