diff --git a/README.md b/README.md index 823091b..07f66af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # modules -![Last Update](https://img.shields.io/badge/last_update-06_Jan_2024-blue) +![Last Update](https://img.shields.io/badge/last_update-07_Jan_2024-blue) [![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/) [![Join Telegram Channel](https://img.shields.io/badge/join_channel-telegram-blue)](https://t.me/pontushub) @@ -71,6 +71,6 @@ Your server can now be accessed at http://localhost:3000, and can be used in con - [ ] Add Docker documentation - [ ] Add category support - [ ] Support filtering by category -- [ ] Add submissions +- [X] Add submissions (done via Telegram) - [ ] Add search functionality - [ ] Fix Issue #1 (https://github.com/ihatenodejs/modules/issues/1) diff --git a/data/modules.json b/data/modules.json index b778e50..491f746 100644 --- a/data/modules.json +++ b/data/modules.json @@ -509,5 +509,22 @@ }, "description": "T-Target\nBy 𝗠𝗘𝗢𝗪𝗻𝗮 (https://t.me/TempMeow)\n\n⚡️ Module Info:\nA module that automatically adds your installed app package names to Tricky Store's target.txt file, appending '!'. This makes it easier to manage and target apps with Tricky Store.", "github": "https://t.me/must_have_stuff" + }, + { + "id": "18", + "name": "Google Photos Premium", + "icon": "/img/modules/gphotos.webp", + "foss": false, + "selfHosted": true, + "lsposed": false, + "zygisk": true, + "riru": false, + "downloadLinks": { + "v1": { + "all": "https://p0ntus.com/archives/android/modules/GooglePhotosPremium.zip" + } + }, + "description": "Google Photos Premium\nShared by 𝗠𝗘𝗢𝗪𝗻𝗮 (https://t.me/TempMeow)\n\n✨Turns your device into a pixel with the ability to save unlimited photos\n✨ Unlimited backups\n✨ Original quality\n✨ Magic Eraser\n✨ Blur Effect\n ✨ HDR Effect\n✨ Dynamic effects", + "github": "NONE" } ] \ No newline at end of file diff --git a/public/img/modules/gphotos.webp b/public/img/modules/gphotos.webp new file mode 100644 index 0000000..bfe23cd Binary files /dev/null and b/public/img/modules/gphotos.webp differ