Among Us Online

Among Us Online

Among Us Online extension provide you with HD Among Us wallpaper on new tab. Designed for Among Us online fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Among Us Online",
  "offline_enabled": true,
  "background": {
    "scripts": [
      "js/amongus_bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab_page.html"
  },
  "description": "Among Us Online extension provide you with HD Among Us wallpaper on new tab. Designed for Among Us online fans.",
  "icons": {
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "version": "90.10.289.105"
}