Mega Man Game

Mega Man Game

Mega Man you must negotiate your way through the increasingly difficult levels and fight all the bad guys to progress!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "19.png",
      "38": "38.png"
    },
    "default_title": "__MSG_appName__"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0"
}