diff --git a/json/modules.json b/json/modules.json index 026ae449..b444f7cb 100644 --- a/json/modules.json +++ b/json/modules.json @@ -8,7 +8,7 @@ "description": "A collection of handy tools and tweaks for your Magisk-enabled Android device. If you're into customizing your phone, GMR makes it easy to find, download, and install Magisk modules that can enhance your device's functionality or add cool features.", "metadata": { "version": 1, - "timestamp": 1736015200.098278 + "timestamp": 1736034971.251322 }, "modules": [ { @@ -1030,6 +1030,38 @@ } ] }, + { + "id": "net-switch", + "name": "Net Switch", + "version": "1.0 (19-0520b6c-release)", + "versionCode": 19, + "author": "Rem01Gaming", + "description": "Isolate apps from Internet access.", + "verified": false, + "added": 0, + "timestamp": 1736034742.0, + "size": 11638, + "features": { + "service": true, + "webroot": true + }, + "track": { + "type": "ONLINE_JSON", + "added": null, + "source": "https://github.com/Rem01Gaming/net-switch", + "antifeatures": null + }, + "versions": [ + { + "timestamp": 1736034742.0, + "version": "1.0 (19-0520b6c-release)", + "versionCode": 19, + "zipUrl": "https://gr.dergoogler.com/gmr/modules/net-switch/1.0_19-0520b6c-release.zip", + "changelog": "https://gr.dergoogler.com/gmr/modules/net-switch/1.0_19-0520b6c-release.md", + "size": 11638 + } + ] + }, { "id": "playintegrityfix", "name": "Play Integrity Fix", diff --git a/modules/net-switch/1.0_19-0520b6c-release.md b/modules/net-switch/1.0_19-0520b6c-release.md new file mode 100644 index 00000000..cfc556b9 --- /dev/null +++ b/modules/net-switch/1.0_19-0520b6c-release.md @@ -0,0 +1,7 @@ +## 1.0 + +- Initial Release + +--- + +SHA256: 930ac09a861ed83743a0c742ec846146125c9fc636ce3dcdf6a4a0a58f524581 diff --git a/modules/net-switch/1.0_19-0520b6c-release.zip b/modules/net-switch/1.0_19-0520b6c-release.zip new file mode 100644 index 00000000..5f3be9ad Binary files /dev/null and b/modules/net-switch/1.0_19-0520b6c-release.zip differ diff --git a/modules/net-switch/track.json b/modules/net-switch/track.json index f750ea0c..cb4dfccd 100644 --- a/modules/net-switch/track.json +++ b/modules/net-switch/track.json @@ -1,7 +1,9 @@ { - "enable": true, "id": "net-switch", + "enable": true, + "verified": false, "update_to": "https://raw.githubusercontent.com/Rem01Gaming/net-switch/main/update.json", "source": "https://github.com/Rem01Gaming/net-switch", - "verified": false -} + "last_update": 1736034742.0, + "versions": 1 +} \ No newline at end of file diff --git a/modules/net-switch/update.json b/modules/net-switch/update.json new file mode 100644 index 00000000..136d0e4b --- /dev/null +++ b/modules/net-switch/update.json @@ -0,0 +1,14 @@ +{ + "id": "net-switch", + "timestamp": 1736034742.0, + "versions": [ + { + "timestamp": 1736034742.0, + "version": "1.0 (19-0520b6c-release)", + "versionCode": 19, + "zipUrl": "https://gr.dergoogler.com/gmr/modules/net-switch/1.0_19-0520b6c-release.zip", + "changelog": "https://gr.dergoogler.com/gmr/modules/net-switch/1.0_19-0520b6c-release.md", + "size": 11638 + } + ] +} \ No newline at end of file