capacitor template (#1)

Reviewed-on: #1
Co-authored-by: MasumAhmed19 <masum.ahmed1328@gmail.com>
Co-committed-by: MasumAhmed19 <masum.ahmed1328@gmail.com>
This commit is contained in:
MasumAhmed19
2025-06-16 01:34:40 +00:00
committed by Rafeed M. Bhuiyan
parent a697fc5ca5
commit 87601f76d1
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"
}