UNPKG

nodekit-cli

Version:

A command-line tool for creating {NK} NodeKit applications

68 lines 1.8 kB
{ "$xmlns": "http://www.w3.org/ns/widgets", "id": "io.cordova.helloCordova", "version": "2.0.0", "name": "NodeKitSample", "description": "A sample NodeKit application", "author": { "value": "NodeKit Team", "href": "http://nodekit.io", "email": "admin@nodekit.io" }, "content": { "src": "index.html" }, "access": { "origin": "*" }, "allow-intent": [ "http://*/*", "https://*/*", "tel:*", "sms:*", "mailto:*", "geo:*", "itms:*", "itms-apps:*" ], "preference": { "AllowInlineMediaPlayback": false, "BackupWebStorage": "cloud", "DisallowOverscroll": false, "EnableViewportScale": false, "KeyboardDisplayRequiresUserAction": true, "MediaPlaybackRequiresUserAction": false, "SuppressesIncrementalRendering": false, "SuppressesLongPressGesture": false, "Suppresses3DTouchGesture": false, "GapBetweenPages": 0, "PageLength": 0, "PaginationBreakingMode": "page", "PaginationMode": "unpaginated" }, "feature": { "LocalStorage": { "param": { "ios-package": "CDVLocalStorage" } }, "HandleOpenUrl": { "param": { "ios-package": "CDVHandleOpenURL", "onload": true } }, "IntentAndNavigationFilter": { "param": { "ios-package": "CDVIntentAndNavigationFilter", "onload": true } }, "GestureHandler": { "param": { "ios-package": "CDVGestureHandler", "onload": true } } } }