comty/packages/app/capacitor.config.json
2023-06-14 00:39:00 +00:00

13 lines
323 B
JSON
Executable File

{
"appId": "com.ragestudio.comty",
"appName": "Comty",
"bundledWebRuntime": true,
"overrideUserAgent": "capacitor",
"webDir": "dist",
"plugins": {
"CapacitorUpdater": {
"updateUrl": "https://api.comty.app/auto-update/mobile",
"resetWhenUpdate": true
}
}
}