Sci-Fi Among Arena Game New Tab

Sci-Fi Among Arena Game New Tab

Do you like arcade games? Great, Collect wires and grow, avoid bigger players and hunt smaller players.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "GAMESCE",
  "name": "Sci-Fi Among Arena Game New Tab",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "default_locale": "en",
  "version": "1.3",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": {
      "128": "128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "bookmarks",
    "topSites"
  ],
  "icons": {
    "128": "128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}