Files
cinny-mobile/capacitor.config.json
litruv a4593f723b
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 6m35s
Enable collectibles in the Capacitor overlay.
Update cinny for mobile collectibles and route catalog downloads through Capacitor native HTTP.
2026-08-24 20:06:48 +10:00

16 lines
286 B
JSON

{
"appId": "com.paarrot.app",
"appName": "Paarrot",
"webDir": "cinny/dist",
"bundledWebRuntime": false,
"plugins": {
"LocalNotifications": {
"smallIcon": "ic_stat_paarrot",
"iconColor": "#FF8A00"
},
"CapacitorHttp": {
"enabled": true
}
}
}