-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.json
34 lines (34 loc) · 1015 Bytes
/
extension.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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", "afk_tracker.exe", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"],
"windows": ["cmd", "/C", "afk_tracker.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
}