Initial commit

This commit is contained in:
pptx704
2025-06-15 15:57:28 +03:00
parent 7549a1f560
commit a697fc5ca5
5 changed files with 1671 additions and 1 deletions

11
capacitor.config.json Executable file
View File

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