Skip to content

Commit

Permalink
Shoutify extension (#245)
Browse files Browse the repository at this point in the history
* chore: Update extension version to 1.3

* chore: Update extension version to 1.3.1

* feat: Add Shoutify extension to the store
  • Loading branch information
boydmeyer authored Jul 27, 2024
1 parent 9903e56 commit 812e9e9
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions store/extensions/Shoutify/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"title": "Shoutify",
"description": "The ultimate chat extension that transforms all your say-chats into shouts!",
"authors": [
{
"name": "Nanobyte",
"hotel": ".com",
"username": "Nanobyte",
"discord": "@boyd9037"
}
],
"version": "1.0.0",
"categories": ["Usability"],

"source": "https://github.com/boydmeyer/shoutify/tree/main",
"readme": "https://github.com/boydmeyer/shoutify/blob/main/README.MD",

"stable": true,

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

"language": "Go",
"commands": {
"default": [
"cmd",
"/C",
"shoutify-win.exe",
"-c",
"{cookie}",
"-p",
"{port}",
"-f",
"{filename}"
],
"windows": [
"cmd",
"/C",
"shoutify-win.exe",
"-c",
"{cookie}",
"-p",
"{port}",
"-f",
"{filename}"
],
"mac": [
"chmod",
"+x",
"shoutify-mac",
"&&",
"./shoutify-mac",
"-c",
"{cookie}",
"-p",
"{port}",
"-f",
"{filename}"
],
"linux": [
"chmod",
"+x",
"shoutify-linux",
"&&",
"./shoutify-linux",
"-c",
"{cookie}",
"-p",
"{port}",
"-f",
"{filename}"
]
},

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

"submissionDate": "27-07-2024 18:00:00",
"updateDate": "27-07-2024 18:00:00",
"isOutdated": false
}
Binary file added store/extensions/Shoutify/extension.zip
Binary file not shown.
Binary file added store/extensions/Shoutify/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 812e9e9

Please sign in to comment.