cordova-plugin-fullscreen
Version:
Plugin for Cordova (or PhoneGap) 3.0+ to enable true full screen on Android devices using lean and immersive modes
37 lines (36 loc) • 907 B
JSON
{
"name": "cordova-plugin-fullscreen",
"version": "1.3.0",
"description": "Plugin for Cordova (or PhoneGap) 3.0+ to enable true full screen on Android devices using lean and immersive modes",
"cordova": {
"id": "cordova-plugin-fullscreen",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/mesmotronic/cordova-fullscreen-plugin.git"
},
"keywords": [
"cordova",
"android",
"fullscreen",
"lean",
"immersive",
"ecosystem:cordova",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Neil Rackett",
"license": "BSD",
"bugs": {
"url": "https://github.com/mesmotronic/cordova-fullscreen-plugin/issues"
},
"homepage": "https://github.com/mesmotronic/cordova-fullscreen-plugin#readme"
}