Super Mario

Super Mario

Super Mario is a classic platformer game based on an adventure of a smash man that could bring your old childhood back.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "arc_metadata": {
    "apkList": [
      "app-release"
    ],
    "enableExternalDirectory": false,
    "formFactor": "tablet",
    "name": "devsup.mario.bros",
    "orientation": "landscape",
    "packageName": "devsup.mario.bros",
    "useGoogleContactsSyncAdapter": false,
    "usePlayServices": [
      "gcm"
    ]
  },
  "default_locale": "en",
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "manifest_version": 2,
  "name": "Super Mario",
  "oauth2": {
    "client_id": "133701689125-jj0hr4gb0ff4ulsbrn0uk2i4th946d4c.apps.googleusercontent.com",
    "scopes": []
  },
  "offline_enabled": true,
  "permissions": [],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "update_url": "https://localhost",
  "version": "1337"
}