aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-21 18:09:57 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-21 18:09:57 +0200
commit190a4036f04e66615b01c037b571f0097899c809 (patch)
treed6b2578b3c6024da682ece45eab8c551309c6161
parentAdd Reddit Chat (diff)
downloadferdium-recipes-190a4036f04e66615b01c037b571f0097899c809.tar.gz
ferdium-recipes-190a4036f04e66615b01c037b571f0097899c809.tar.zst
ferdium-recipes-190a4036f04e66615b01c037b571f0097899c809.zip
Implement #5
-rw-r--r--all.json6
-rw-r--r--riot.tar.gzbin3964 -> 89659 bytes
-rw-r--r--uncompressed/riot/icon.pngbin0 -> 88851 bytes
-rw-r--r--uncompressed/riot/package.json4
4 files changed, 6 insertions, 4 deletions
diff --git a/all.json b/all.json
index 812df1d..038acd0 100644
--- a/all.json
+++ b/all.json
@@ -455,10 +455,10 @@
455 "featured": false, 455 "featured": false,
456 "id": "riot", 456 "id": "riot",
457 "name": "Riot", 457 "name": "Riot",
458 "version": "1.0.1", 458 "version": "1.0.2",
459 "icons": { 459 "icons": {
460 "png": "https://cdn.franzinfra.com/recipes/dist/riot/src/icon.png", 460 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/riot/icon.png",
461 "svg": "https://cdn.franzinfra.com/recipes/dist/riot/src/icon.svg" 461 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/riot/icon.svg"
462 } 462 }
463 }, 463 },
464 { 464 {
diff --git a/riot.tar.gz b/riot.tar.gz
index aeab9b5..3354bbd 100644
--- a/riot.tar.gz
+++ b/riot.tar.gz
Binary files differ
diff --git a/uncompressed/riot/icon.png b/uncompressed/riot/icon.png
new file mode 100644
index 0000000..d195e41
--- /dev/null
+++ b/uncompressed/riot/icon.png
Binary files differ
diff --git a/uncompressed/riot/package.json b/uncompressed/riot/package.json
index 4a01837..8f7f08e 100644
--- a/uncompressed/riot/package.json
+++ b/uncompressed/riot/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "riot", 2 "id": "riot",
3 "name": "Riot", 3 "name": "Riot",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Decentralized and encrypted discussion & collaboration, powered by [matrix]", 5 "description": "Decentralized and encrypted discussion & collaboration, powered by [matrix]",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Sylvain Cecchetto <cecchetto.sylvain@me.com>", 7 "author": "Sylvain Cecchetto <cecchetto.sylvain@me.com>",
@@ -10,6 +10,8 @@
10 "config": { 10 "config": {
11 "serviceURL": "https://riot.im/app", 11 "serviceURL": "https://riot.im/app",
12 "hasTeamID": false, 12 "hasTeamID": false,
13 "hasCustomUrl": true,
14 "message": "Riot's default URL is http://riot.im/app/",
13 "urlInputSuffix": false, 15 "urlInputSuffix": false,
14 "hasNotificationSound": true, 16 "hasNotificationSound": true,
15 "hasIndirectMessages": true 17 "hasIndirectMessages": true