Among Us New Tab

Among Us New Tab

Among Us New Tab is a extension with variety of Among Us game wallpaper backgrounds. Themes 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 New Tab is a extension with variety of Among Us game wallpaper backgrounds. Themes for Among Us fans. ",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "Among Us New Tab",
  "offline_enabled": true,
  "version": "500.690.220.35",
  "permissions": [
    "topSites",
    "unlimitedStorage",
    "bookmarks"
  ]
}