capacitor template

This commit is contained in:
MasumAhmed19
2025-06-15 23:46:15 +06:00
parent a697fc5ca5
commit 031b41f500
20 changed files with 3841 additions and 670 deletions

10
capacitor.config.json Executable file → Normal file
View File

@ -1,11 +1,5 @@
{
"appId": "com.template.app",
"appName": "Template App",
"webDir": "www",
"bundledWebRuntime": true,
"plugins": {
"EdgeToEdge": {
"backgroundColor": "#ffffff"
}
}
"appName": "Capsule",
"webDir": "dist"
}