-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: AnonChat v1.1 * feat: AnonChat v1.2 * feat: update SubmissionDate AnonChat
- Loading branch information
1 parent
08c3cae
commit e6f045e
Showing
4 changed files
with
38 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,38 @@ | ||
{ | ||
"title": "AnonChat", | ||
"description": "Chat privately with your friends. (By using you agree with terms read them here https://github.com/thauanvargas/anonchat/blob/master/README.md)", | ||
"authors": [{ | ||
"name": "Thauan", | ||
"hotel": ".com.br", | ||
"username": "Erotico", | ||
"discord": "thauanvargas" | ||
}], | ||
"version": "1.2", | ||
"categories": ["Usability", "Fun"], | ||
|
||
"source": "https://github.com/thauanvargas/anonchat", | ||
"readme": "https://github.com/thauanvargas/anonchat/blob/master/README.md", | ||
"releases": "https://github.com/thauanvargas/anonchat/releases", | ||
|
||
"stable": true, | ||
|
||
"framework": { | ||
"name": "Native", | ||
"version": "1.5.3" | ||
}, | ||
|
||
"language": "Java", | ||
"commands": { | ||
"default": ["java", "-jar", "AnonChat.jar", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"] | ||
}, | ||
|
||
"compatibility": { | ||
"systems": ["Linux", "Windows", "Mac"], | ||
"clients": ["Flash"] | ||
}, | ||
|
||
"submissionDate": "13-12-2023 17:15:00", | ||
"updateDate": "17-12-2023 17:15: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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.