aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rainloop/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-06 10:01:33 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-06 11:05:15 +0530
commit1390d5718eab1607cd5839f3ac9c846df996c3aa (patch)
tree3637543e23129a5ac2d599fdf93044e57c8170c7 /recipes/rainloop/package.json
parentIgnore .md files from being packaged into the recipe archives (minor size gain). (diff)
downloadferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.tar.gz
ferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.tar.zst
ferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.zip
Minify svg's using svgo
Diffstat (limited to 'recipes/rainloop/package.json')
-rw-r--r--recipes/rainloop/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes/rainloop/package.json b/recipes/rainloop/package.json
index 9aa6924..ac9474e 100644
--- a/recipes/rainloop/package.json
+++ b/recipes/rainloop/package.json
@@ -1,14 +1,14 @@
1{ 1{
2 "id": "rainloop", 2 "id": "rainloop",
3 "name": "RainLoop", 3 "name": "RainLoop",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "RainLoop Webmail – Simple, modern & fast web-based email client", 5 "description": "RainLoop Webmail – Simple, modern & fast web-based email client",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Marcel Deglau <me@marceldeglau.de>", 7 "author": "Marcel Deglau <me@marceldeglau.de>",
8 "repository": "https://github.com/promarcel/franz-recipe-rainloop", 8 "repository": "https://github.com/promarcel/franz-recipe-rainloop",
9 "license": "MIT", 9 "license": "MIT",
10 "config": { 10 "config": {
11 "hasNotificationSound": true, 11 "hasNotificationSound": true,
12 "hasCustomUrl": true 12 "hasCustomUrl": true
13 } 13 }
14} 14}