Stickman Fighter : Epic Battle

Stickman Fighter : Epic Battle

You will need to string together kicks, punches and special moves.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "5.0",
  "default_locale": "en",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "launch": {
      "web_url": "https://playzool.com/games/stickmanFighterEB/?fromPartner=chromeWA&utm_source=chromeWA&utm_medium=webapp&utm_campaign=CRstickmanFighterEB&o=landscape",
      "container": "tab"
    }
  },
  "permissions": [
    "unlimitedStorage"
  ]
}