comty/packages/app/capacitor.config.json
2022-11-24 19:28:35 +00:00

12 lines
293 B
JSON
Executable File

{
"appId": "com.ragestudio.comty",
"appName": "Comty",
"bundledWebRuntime": true,
"overrideUserAgent": "capacitor",
"webDir": "dist",
"plugins": {
"CapacitorUpdater": {
"updateUrl": "https://relic.ragestudio.net/comty/update_check"
}
}
}