All checks were successful
Trigger cinny-mobile / dispatch (push) Successful in 1s
Route mobile fetch requests through Capacitor's native network bridge to support redirected collectible catalog downloads.
16 lines
280 B
JSON
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
|
|
}
|
|
}
|
|
}
|