Forward Assault Remix

Forward Assault Remix

Join the combat in Forward Assault Remix. It is an amazing 3D shooting game with highly tactical gameplay

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Forward Assault Remix",
  "manifest_version": 2,
  "description": "Join the combat in Forward Assault Remix. It is an amazing 3D shooting game with highly tactical gameplay",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "version": "1",
  "browser_action": {},
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  }
}