{
  "identifier": "com.mendix.myapp",
  "version": "1.0.0",
  "name": "My App",
  "description": "Look at My App!",
  "url": "http://example.org",
  "enableOffline": false,
  "requirePin": false,
  "androidEnabled": true,
  "iosEnabled": true,
  "crosswalkEnabled": false,
  "permissions": {
    "calendar": true,
    "camera": true,
    "contacts": true,
    "geoLocation": true,
    "microphone": true,
    "photoLibrary": true,
    "push": false
  },
  "theme" : {
    "background" : "#0595DB",
    "text" : "#fff",
    "button" : "#76CA02",
    "buttonCaption" : "#fff"
  }
}
