Skip to content

Commit dccefaa

Browse files
feat: Add counterfeit application server files to warn users
Co-authored-by: oSumAtrIX <[email protected]>
1 parent bf8d0f5 commit dccefaa

File tree

5 files changed

+56
-0
lines changed

5 files changed

+56
-0
lines changed

static/app-info.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"packages": [
3+
{
4+
"appName": "WARNING",
5+
"androidPackageName": "counterfeit.warning",
6+
"latestVersionCode": "99.99",
7+
"appShortDescription": "You are using a counterfeit version of ReVanced Manager. Uninstall this app and all apps you installed from it. To learn more, visit https://counterfeits.revanced.app ",
8+
"requireMicroG": false,
9+
"latestVersionUrl": "https://dummydomain",
10+
"icon": "https://counterfeits.revanced.app/fake_app_alert.png",
11+
"index": 0
12+
}
13+
]
14+
}

static/fake_app_alert.png

8.55 KB
Loading

static/revanced-apps-armeabi-v7a.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"packages": [
3+
{
4+
"appName": "WARNING",
5+
"androidPackageName": "counterfeit.warning",
6+
"latestVersionCode": "99.99",
7+
"appShortDescription": "You are using a counterfeit version of ReVanced Manager. Uninstall this app and all apps you installed from it. To learn more, visit https://counterfeits.revanced.app ",
8+
"requireMicroG": false,
9+
"latestVersionUrl": "https://dummydomain",
10+
"icon": "https://counterfeits.revanced.app/fake_app_alert.png",
11+
"index": 0
12+
}
13+
]
14+
}

static/revanced-apps-x86.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"packages": [
3+
{
4+
"appName": "WARNING",
5+
"androidPackageName": "counterfeit.warning",
6+
"latestVersionCode": "99.99",
7+
"appShortDescription": "You are using a counterfeit version of ReVanced Manager. Uninstall this app and all apps you installed from it. To learn more, visit https://counterfeits.revanced.app ",
8+
"requireMicroG": false,
9+
"latestVersionUrl": "https://dummydomain",
10+
"icon": "https://counterfeits.revanced.app/fake_app_alert.png",
11+
"index": 0
12+
}
13+
]
14+
}

static/revanced-apps.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"packages": [
3+
{
4+
"appName": "WARNING",
5+
"androidPackageName": "counterfeit.warning",
6+
"latestVersionCode": "99.99",
7+
"appShortDescription": "You are using a counterfeit version of ReVanced Manager. Uninstall this app and all apps you installed from it. To learn more, visit https://counterfeits.revanced.app ",
8+
"requireMicroG": false,
9+
"latestVersionUrl": "https://dummydomain",
10+
"icon": "https://counterfeits.revanced.app/fake_app_alert.png",
11+
"index": 0
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)