aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glowing-bear/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-20 09:41:19 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-20 04:13:34 +0000
commit65b68b9b5976a07669aec1fdb69bd17b0ae95e72 (patch)
tree7d3bd222210eb8e16f696a2ca559029eaad64bb3 /recipes/glowing-bear/package.json
parentAdded new service: keybase.io (fixes #427) (diff)
downloadferdium-recipes-65b68b9b5976a07669aec1fdb69bd17b0ae95e72.tar.gz
ferdium-recipes-65b68b9b5976a07669aec1fdb69bd17b0ae95e72.tar.zst
ferdium-recipes-65b68b9b5976a07669aec1fdb69bd17b0ae95e72.zip
Renamed 'glowingbear' --> 'glowing-bear' and 'ex-google-voice' --> 'google-voide'.
Diffstat (limited to 'recipes/glowing-bear/package.json')
-rw-r--r--recipes/glowing-bear/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/glowing-bear/package.json b/recipes/glowing-bear/package.json
new file mode 100644
index 0000000..54c3acf
--- /dev/null
+++ b/recipes/glowing-bear/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "glowing-bear",
3 "name": "glowing-bear",
4 "version": "1.0.0",
5 "description": "Glowing Bear - WeeChat web frontend",
6 "main": "index.js",
7 "author": "Jonathan Juursema <dev@jonathanj.nl>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://www.glowing-bear.org",
11 "hasNotificationSound": true,
12 "hasIndirectMessages": true
13 }
14}