From a4593f723b53c88a745abd9fa0d47cc2b78e5b98 Mon Sep 17 00:00:00 2001 From: litruv Date: Mon, 24 Aug 2026 20:06:27 +1000 Subject: [PATCH] Enable collectibles in the Capacitor overlay. Update cinny for mobile collectibles and route catalog downloads through Capacitor native HTTP. --- capacitor.config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/capacitor.config.json b/capacitor.config.json index ce171fa..2843609 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -7,6 +7,9 @@ "LocalNotifications": { "smallIcon": "ic_stat_paarrot", "iconColor": "#FF8A00" + }, + "CapacitorHttp": { + "enabled": true } } }