New app backdrops

This commit is contained in:
Nikhil Badyal
2022-11-28 16:44:09 +05:30
parent 36a9fa1bb7
commit 660a1943a4
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ class RevancedConfig:
"twitch",
"windy",
"my-expenses",
"backdrops",
]
self.apk_pure = ["pflotsh-ecmwf", "hex-editor"]
self.keystore_name = env.str("KEYSTORE_FILE_NAME", "revanced.keystore")
+2
View File
@@ -28,6 +28,7 @@ class Patches(object):
"com.crunchyroll.crunchyroid": ("citra", "_crunchyroll"),
"co.windyapp.android": ("windy", "_windy"),
"org.totschnig.myexpenses": ("my-expenses", "_expenses"),
"com.backdrops.wallpapers": ("backdrops", "_backdrops"),
}
revanced_extended_app_ids = {
"com.google.android.youtube": ("youtube", "_yt"),
@@ -138,6 +139,7 @@ class Patches(object):
"crunchyroll": "_crunchyroll",
"windy": "_windy",
"my-expenses": "_expenses",
"backdrops": "_backdrops",
}
if not (app_name := app_names.get(app)):
raise AppNotFound(app)