mobapp

{
"$jason": {
"head": {
"title": "{ ˃̵̑ᴥ˂̵̑}",
"offline": "true",
"actions": {
"$foreground": {
"type": "$reload"
},
"$pull": {
"type": "$reload"
}
}
},
"body": {
"header": {
"style": {
"background": "#ffffff"
}
},
"style": {
"background": "#ffffff",
"border": "none"
},
"sections": [
{
"items": [
{
"type": "vertical",
"style": {
"padding": "30",
"spacing": "20",
"align": "center"
},
"components": [
{
"type": "label",
"text": "It's ALIVE!",
"style": {
"align": "center",
"font": "Courier-Bold",
"size": "18"
}
},
{
"type": "label",
"text": "This is a demo app. You can make your own app by changing the url inside settings.plist",
"style": {
"align": "center",
"font": "Courier",
"padding": "30",
"size": "14"
}
},
{
"type": "label",
"text": "{ ˃̵̑ᴥ˂̵̑}",
"style": {
"align": "center",
"font": "HelveticaNeue-Bold",
"size": "50"
}
}
]
},
{
"type": "label",
"style": {
"align": "right",
"padding": "10",
"color": "#000000",
"font": "HelveticaNeue",
"size": "12"
},
"text": "Check out Live DEMO",
"href": {
"url": "http://www.jasonbase.com/things/xXQ"
}
},
{
"type": "label",
"style": {
"align": "right",
"padding": "10",
"color": "#000000",
"font": "HelveticaNeue",
"size": "12"
},
"text": "Watch the tutorial video",
"href": {
"url": "https://www.youtube.com/watch?v=S7yGejKIH6Q",
"view": "Web"
}
},
{
"type": "label",
"style": {
"align": "right",
"padding": "10",
"color": "#000000",
"font": "HelveticaNeue",
"size": "12"
},
"text": "View documentation",
"href": {
"url": "https://github.com/Jasonette/documentation/blob/master/README.md",
"view": "Web"
}
}
]
}
]
}
}
}