Skip to content

Commit

Permalink
Update by CLI (2025-01-04 23:56:11.251322)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2025
1 parent e98d060 commit 34cecea
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 4 deletions.
34 changes: 33 additions & 1 deletion json/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions modules/net-switch/1.0_19-0520b6c-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.0

- Initial Release

---

SHA256: 930ac09a861ed83743a0c742ec846146125c9fc636ce3dcdf6a4a0a58f524581
Binary file added modules/net-switch/1.0_19-0520b6c-release.zip
Binary file not shown.
8 changes: 5 additions & 3 deletions modules/net-switch/track.json
Original file line number Diff line number Diff line change
@@ -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
}
14 changes: 14 additions & 0 deletions modules/net-switch/update.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit 34cecea

Please sign in to comment.