Super Mario Special Edition

Super Mario Special Edition

Fantastic edition of Super Mario. Collect items and unlock the door. Arrowkeys - move, UP - open doors, SPACE, Z - jump, X - fire.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.0.1.28",
  "offline_enabled": true,
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://supermariospecialedition.medgadgets.info/"
    ],
    "launch": {
      "web_url": "http://supermariospecialedition.medgadgets.info/supermariospecialedition.htm"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}