Skip to content

Commit

Permalink
AnonChat (#152)
Browse files Browse the repository at this point in the history
* feat: AnonChat v1.1

* feat: AnonChat v1.2

* feat: update SubmissionDate AnonChat
  • Loading branch information
thauanvargas authored Dec 17, 2023
1 parent 08c3cae commit e6f045e
Showing 4 changed files with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions store/extensions/AnonChat/extension.json
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 added store/extensions/AnonChat/extension.zip
Binary file not shown.
Binary file added store/extensions/AnonChat/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/extensions/AnonChat/screenshot.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 e6f045e

Please sign in to comment.