diff --git a/store/extensions/AFK-tracker/extension.json b/store/extensions/AFK-tracker/extension.json new file mode 100644 index 00000000..77394e9d --- /dev/null +++ b/store/extensions/AFK-tracker/extension.json @@ -0,0 +1,34 @@ +{ + "title": "AFK", + "description": "Anti-AFK. An extension that tracks how long you have been AFK.", + "authors": [ + { + "name": "danii / v19", + "hotel": ".com", + "username": "v19", + "discord": "danii98", + } + ], + "version": "0.5", + "categories": ["Others"], + "source": "https://github.com/daniiv19/anti-afk", + "readme": "https://github.com/daniiv19/anti-afk/README.md", + "releases": "https://github.com/daniiv19/anti-afk/releases", + "stable": true, + "framework": { + "name": "GoEarth", + "version": "0.2.3" + }, + "language": "Go", + "commands": { + "default": ["cmd", "/C", "anti-afk.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"], + "windows": ["cmd", "/C", "anti-afk.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"] + }, + "compatibility": { + "systems": ["Windows"], + "clients": ["Origins"] + }, + "submissionDate": "18-07-2024 10:00:00", + "updateDate": "18-07-2024 10:00:00", + "isOutdated": false +} diff --git a/store/extensions/AFK-tracker/extension.zip b/store/extensions/AFK-tracker/extension.zip new file mode 100644 index 00000000..d76fde6c Binary files /dev/null and b/store/extensions/AFK-tracker/extension.zip differ diff --git a/store/extensions/AFK-tracker/icon.png b/store/extensions/AFK-tracker/icon.png new file mode 100644 index 00000000..16845b09 Binary files /dev/null and b/store/extensions/AFK-tracker/icon.png differ diff --git a/store/extensions/AFK-tracker/screenshot.png b/store/extensions/AFK-tracker/screenshot.png new file mode 100644 index 00000000..cb40ffca Binary files /dev/null and b/store/extensions/AFK-tracker/screenshot.png differ diff --git a/store/extensions/AFK/extension.json b/store/extensions/AFK/extension.json new file mode 100644 index 00000000..735f9fa3 --- /dev/null +++ b/store/extensions/AFK/extension.json @@ -0,0 +1,34 @@ +{ + "title": "AFK", + "description": "Anti-AFK. An extension that tracks how long you have been AFK.", + "authors": [ + { + "name": "danii / v19", + "hotel": ".com", + "username": "v19", + "discord": "danii98" + } + ], + "version": "0.5", + "categories": ["Others"], + "source": "https://github.com/daniiv19/anti-afk", + "readme": "https://github.com/daniiv19/anti-afk/README.md", + "releases": "https://github.com/daniiv19/anti-afk/releases", + "stable": true, + "framework": { + "name": "GoEarth", + "version": "0.2.3" + }, + "language": "Go", + "commands": { + "default": ["cmd", "/C", "anti-afk.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"], + "windows": ["cmd", "/C", "anti-afk.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"] + }, + "compatibility": { + "systems": ["Windows"], + "clients": ["Origins"] + }, + "submissionDate": "18-07-2024 10:00:00", + "updateDate": "18-07-2024 10:00:00", + "isOutdated": false +} diff --git a/store/extensions/AFK/extension.zip b/store/extensions/AFK/extension.zip new file mode 100644 index 00000000..c65d910a Binary files /dev/null and b/store/extensions/AFK/extension.zip differ diff --git a/store/extensions/AFK/icon.png b/store/extensions/AFK/icon.png new file mode 100644 index 00000000..16845b09 Binary files /dev/null and b/store/extensions/AFK/icon.png differ diff --git a/store/extensions/AFK/screenshot.png b/store/extensions/AFK/screenshot.png new file mode 100644 index 00000000..cb40ffca Binary files /dev/null and b/store/extensions/AFK/screenshot.png differ