forked from pptx704/capacitor-template
Initial commit
This commit is contained in:
11
capacitor.config.json
Executable file
11
capacitor.config.json
Executable file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"appId": "com.template.app",
|
||||
"appName": "Template App",
|
||||
"webDir": "www",
|
||||
"bundledWebRuntime": true,
|
||||
"plugins": {
|
||||
"EdgeToEdge": {
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user