Files
5chan/android/app/src/main/assets/capacitor.config.json
T

12 lines
162 B
JSON
Raw Normal View History

2023-04-25 21:19:33 +00:00
{
"appId": "plebchan.android",
"appName": "plebchan",
"webDir": "build",
2024-10-13 17:51:54 +02:00
"bundledWebRuntime": false,
"plugins": {
"Device": {
"lazyLoad": true
}
}
2023-04-25 21:19:33 +00:00
}