From 1c8dab18826cbc8ec8cf16adbfe6d73a2df6de92 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Sun, 8 Oct 2023 21:46:18 +0800 Subject: [PATCH] JSON: feat: add StressWatch --- rc_rewrite_data.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/rc_rewrite_data.json b/rc_rewrite_data.json index cda7682..15f72a7 100644 --- a/rc_rewrite_data.json +++ b/rc_rewrite_data.json @@ -171,12 +171,16 @@ "new_other_purchases": [] }, { - "name": "", + "name": "StressWatch", "isEnabled": true, - "bundle_id": "", + "bundle_id": "com.ideation.Stress", "user_agent": null, - "new_entitlements": [], - "new_subscriptions": [], + "new_entitlements": [ + "StressWatch Pro" + ], + "new_subscriptions": [ + "stress_membership_lifetime" + ], "new_non_subscriptions": [], "new_other_purchases": [] },