Android_Retail/capacitor.config.json

10 lines
144 B
JSON
Raw Normal View History

2026-03-27 01:18:00 +05:30
{
"appId": "com.example.app",
"appName": "PozoApp",
"webDir": "dist",
"plugins": {
"StatusBar": {
"overlay": false
}
}
}