Tank Defender Game Sin

Tank Defender Game Sin

Tank Defender is an awesome shooting game in which you must control a mighty battle tank and attempt to defend

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tank Defender Game Sin",
  "version": "1.0",
  "description": "Tank Defender is an awesome shooting game in which you must control a mighty battle tank and attempt to defend",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/defender-logo.png",
      "48": "images/defender-logo.png",
      "128": "images/defender-logo.png"
    }
  },
  "host_permissions": [],
  "icons": {
    "16": "images/defender-logo.png",
    "48": "images/defender-logo.png",
    "128": "images/defender-logo.png"
  }
}