nodekit-cli
Version:
A command-line tool for creating {NK} NodeKit applications
41 lines • 1.31 kB
JSON
{
"id": "com.example.hello",
"version": "0.0.1",
"$xmlns": "http://www.w3.org/ns/widgets",
"$xmlns:ogn": "http://nodekit.io/ns/1.0",
"name": "__PROJECT_NAME__",
"copyright": "__ORGANIZATION_NAME__",
"description": "A sample NodeKit application",
"author": {
"value": "NodeKit Team",
"href": "http://nodekit.io",
"email": "admin@nodekit.io"
},
"content": {
"src": "index.html"
},
"access": {
"origin": "*"
},
"preference": {
"AllowInlineMediaPlayback": false,
"AutoHideSplashScreen": true,
"BackupWebStorage": "cloud",
"DisallowOverscroll": false,
"EnableViewportScale": false,
"FadeSplashScreen": true,
"FadeSplashScreenDuration": 0.25,
"KeyboardDisplayRequiresUserAction": true,
"MediaPlaybackRequiresUserAction": false,
"ShowSplashScreenSpinner": true,
"SuppressesIncrementalRendering": false,
"TopActivityIndicator": "gray",
"GapBetweenPages": 0,
"PageLength": 0,
"PaginationBreakingMode": "page",
"PaginationMode": "unpaginated",
"OSXLocalStoragePath": "~/Library/Application Support/__PROJECT_NAME__",
"WindowSize": "auto",
"HideMousePointer": 1
}
}