capacitor-statusbar-override
Version:
Capacitor StatusBar plugin override for Android 15+ edge-to-edge without deprecated APIs
24 lines (23 loc) • 447 B
JSON
{
"name": "capacitor-statusbar-override",
"version": "1.0.0",
"description": "Capacitor StatusBar plugin override for Android 15+ edge-to-edge without deprecated APIs",
"author": "Your Name",
"license": "MIT",
"keywords": [
"capacitor",
"statusbar",
"android15",
"edge-to-edge",
"ionic"
],
"main": "index.js",
"files": [
"android"
],
"capacitor": {
"android": {
"src": "android"
}
}
}