Files
capacitor-template/capacitor.config.json
2025-06-15 15:57:28 +03:00

12 lines
192 B
JSON
Executable File

{
"appId": "com.template.app",
"appName": "Template App",
"webDir": "www",
"bundledWebRuntime": true,
"plugins": {
"EdgeToEdge": {
"backgroundColor": "#ffffff"
}
}
}