Stba io Game

Stba io Game

Stba.io very nice io game. You represent the red team or the blue team in the game. Your task is to blow up the enemy army.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stba io Game",
  "version": "1.0",
  "description": "Stba.io very nice io game. You represent the red team or the blue team in the game. Your task is to blow up the enemy army.",
  "browser_action": {
    "default_icon": "game-console.png",
    "default_title": "Stba io Game"
  },
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": true
  },
  "manifest_version": 2
}