forked from pptx704/capacitor-template
12 lines
192 B
JSON
Executable File
12 lines
192 B
JSON
Executable File
{
|
|
"appId": "com.template.app",
|
|
"appName": "Template App",
|
|
"webDir": "www",
|
|
"bundledWebRuntime": true,
|
|
"plugins": {
|
|
"EdgeToEdge": {
|
|
"backgroundColor": "#ffffff"
|
|
}
|
|
}
|
|
}
|