Skip to content

Commit

Permalink
feat: add Trade Tracker (#258)
Browse files Browse the repository at this point in the history
* feat: add Trade Tracker

* update: extension.json readme link

* feat: more information on the description

* feat: add fixes for linux and macos by B7

* feat: add mac and linux build

* feat: fix mac binary on command
  • Loading branch information
thauanvargas authored Nov 2, 2024
1 parent 8e19388 commit 7065925
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions store/extensions/Trade Tracker/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"title": "Trade Tracker",
"description": "Automates the process to track your profits and losts in trading.\nCurrent extension is integrated with API tsarcade.com\nIMPORTANT: This extension shares with the webapp legacyhabbo.me the following data of your Habbo\n- Your Username\n-The Server you are playing at (com, es, br)\n- Your Trades (items, quantities, who you traded with)\nIf you want your data deleted, please contact me through discord (thauanvargas).",
"authors": [
{
"name": "Erotico",
"discord": "thauanvargas"
}
],
"version": "1.1",
"categories": ["Usability", "Trading"],

"source": "https://github.com/thauanvargas/arcade-tracker/",
"readme": "https://github.com/thauanvargas/arcade-tracker/blob/master/README.md",
"releases": "https://github.com/thauanvargas/arcade-tracker/releases",

"stable": true,

"framework": {
"name": "GoEarth",
"version": "0.4.0"
},

"language": "Go",
"commands": {
"default": ["cmd", "/C", "arcade-tracker.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"],
"windows": ["cmd", "/C", "arcade-tracker-win.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"],
"mac": ["/bin/sh", "-c", "chmod +x arcade-tracker-mac && ./arcade-tracker-mac -p \"$1\" -c \"$2\" -f \"$3\"", "--", "{port}", "{cookie}", "{filename}"],
"linux": ["/bin/sh", "-c", "chmod +x arcade-tracker-linux && ./arcade-tracker-linux -p \"$1\" -c \"$2\" -f \"$3\"", "--", "{port}", "{cookie}", "{filename}"]
},

"compatibility": {
"systems": ["Windows", "Mac", "Linux"],
"clients": ["Origins"]
},

"submissionDate": "24-10-2024 10:00:00",
"updateDate": "24-10-2024 10:00:00",
"isOutdated": false
}
Binary file added store/extensions/Trade Tracker/extension.zip
Binary file not shown.
Binary file added store/extensions/Trade Tracker/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7065925

Please sign in to comment.