Among Us inspired Game New Tab

Among Us inspired Game New Tab

Become the superior life form by defeating other players in Among Us inspired Game Impostor.io!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "1.0.0.0",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "128": "images/128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "browser_action": {
    "default_title": "Friday Night Funkin Game Tab"
  },
  "permissions": [
    "tabs"
  ],
  "web_accessible_resources": [
    "*"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.game-tab.com/*"
    ]
  }
}