Files
cinny/capacitor.config.json
litruv b16263b481
All checks were successful
Trigger cinny-mobile / dispatch (push) Successful in 1s
Enable native HTTP for Capacitor.
Route mobile fetch requests through Capacitor's native network bridge to support redirected collectible catalog downloads.
2026-08-24 20:06:27 +10:00

16 lines
280 B
JSON

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