Update cinny for mobile collectibles and route catalog downloads through Capacitor native HTTP.
16 lines
286 B
JSON
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
|
|
}
|
|
}
|
|
}
|