Gunblood Online Free GamePlay

Gunblood Online Free GamePlay

Gunblood Online is really a hard shootout game. You only get six shots, as that is all your revolver will allow you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gunblood Online Free GamePlay ",
  "description": "Gunblood Online is really a hard shootout game. You only get six shots, as that is all your revolver will allow you.",
  "version": "1.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}