Added BaconReader

This commit is contained in:
Nikhil Badyal
2023-07-13 22:50:55 +05:30
parent 6ea89262c5
commit 6bb8234409
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ class Patches(object):
"com.laurencedawson.reddit_sync": "sync",
"ml.docilealligator.infinityforreddit": "infinity",
"me.ccrama.redditslide": "slide",
"com.onelouder.baconreader": "bacon",
}
revanced_app_ids = {
key: (value, "_" + value) for key, value in _revanced_app_ids.items()