Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Structure JSON

Eko Yunianto edited this page Nov 10, 2013 · 1 revision

File ignsdk.json is a Application manifest from IGN SDK Application. This file create with JSON (JavaScript Object Notation) format. Structure of ignsdk.json is below:

{
"config" :	{
			"debug" : true/false,
			"websecurity" : true/false,
			"name" : value
			}
"window" :	{
			"transparent" : true/false,
			"noframe" : true/false,
			"fullscreen" : true/false,
			"width" : value,
			"height" : value
			}
"button" :	[
			"back",
			"forward",
			"stop",
			"reload"
			]
}
Clone this wiki locally