aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/online-go/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/online-go/package.json')
-rw-r--r--recipes/online-go/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/online-go/package.json b/recipes/online-go/package.json
new file mode 100644
index 0000000..4d57ff7
--- /dev/null
+++ b/recipes/online-go/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "online-go",
3 "name": "Online Go",
4 "version": "1.0.0",
5 "license": "MIT",
6 "aliases": [
7 "OGS"
8 ],
9 "config": {
10 "hasDirectMessages": true,
11 "hasIndirectMessages": true,
12 "hasNotificationSound": true,
13 "serviceURL": "https://online-go.com"
14 }
15}