-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
8e19388
commit 7065925
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.