Pandemic 2

Pandemic 2

Choose a Virus, Bacteria or Parasite then upgrade and spread your disease across the world in an attempt to overtake the human race!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Pandemic 2",
  "description": "Choose a Virus, Bacteria or Parasite then upgrade and spread your disease across the world in an attempt to overtake the human race!",
  "version": "0.98",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "offline_enabled": true
}