Anti Virus Game

Anti Virus Game

Warning! Virus is coming. Destroy them with your fingertip!Virus will be stronger each level, and you need to upgrade your ship an

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_appName__",
  "short_name": "__MSG_appName__",
  "version": "0.0.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "128": "anti-virus-game-128.png"
  },
  "app": {
    "urls": [
      "https://ciil.site/anti-virus-game/play/"
    ],
    "launch": {
      "web_url": "https://ciil.site/anti-virus-game/play/"
    }
  }
}