-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd6bee7
commit 80e9850
Showing
5 changed files
with
2 additions
and
90 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,31 +53,6 @@ | |
"revanced-releases-api", | ||
] | ||
|
||
# Branding | ||
|
||
branding_links: dict[str, str] = { | ||
{ | ||
"assettype": "logo", | ||
"url": "https://github.com/ReVanced/revanced-branding/raw/main/assets/revanced-logo/revanced-logo.svg", | ||
}, | ||
{ | ||
"assettype": "horizontal-light", | ||
"url": "https://github.com/ReVanced/revanced-branding/raw/main/assets/revanced-headline/revanced-headline-horizontal-light.svg", | ||
}, | ||
{ | ||
"assettype": "horizontal-dark", | ||
"url": "https://github.com/ReVanced/revanced-branding/raw/main/assets/revanced-headline/revanced-headline-horizontal-dark.svg", | ||
}, | ||
{ | ||
"assettype": "vertical-light", | ||
"url": "https://github.com/ReVanced/revanced-branding/raw/main/assets/revanced-headline/revanced-headline-vertical-light.svg", | ||
}, | ||
{ | ||
"assettype": "vertical-dark", | ||
"url": "https://github.com/ReVanced/revanced-branding/raw/main/assets/revanced-headline/revanced-headline-vertical-dark.svg", | ||
}, | ||
} | ||
|
||
# Social Links | ||
|
||
social_links: list[dict[str, str | bool]] = [ | ||
|
@@ -145,6 +120,7 @@ | |
default_info: dict[str, str | list[str | bool] | bool] = { | ||
"name": "ReVanced", | ||
"about": "ReVanced was born out of Vanced's discontinuation and it is our goal to continue the legacy of what Vanced left behind. Thanks to ReVanced Patcher, it's possible to create long-lasting patches for nearly any Android app. ReVanced's patching system is designed to allow patches to work on new versions of the apps automatically with bare minimum maintenance.", | ||
"branding": "https://raw.githubusercontent.com/ReVanced/revanced-branding/main/assets/revanced-logo/revanced-logo.svg", | ||
"contact": {"email": "[email protected]"}, | ||
"socials": social_links, | ||
"donations": {"wallets": wallets, "links": links}, | ||
|
This file was deleted.
Oops, something went wrong.