aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/yahoo-mail/package.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:30:25 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-04 16:30:25 +0200
commit334da89f600225808302e708164d700858fc4856 (patch)
treef65ed873606db1df23ca4e761db9f3b585309952 /recipes/yahoo-mail/package.json
parentMerge pull request #307 from kris7t/gmail-unread-count (diff)
parentFixing PR comments: changed name to 'Yahoo Mail' and id to 'yahoo-mail'. (diff)
downloadferdium-recipes-334da89f600225808302e708164d700858fc4856.tar.gz
ferdium-recipes-334da89f600225808302e708164d700858fc4856.tar.zst
ferdium-recipes-334da89f600225808302e708164d700858fc4856.zip
Merge pull request #310 from vraravam/yahoomail-recipe
Added recipe for yahoo mail.
Diffstat (limited to 'recipes/yahoo-mail/package.json')
-rw-r--r--recipes/yahoo-mail/package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/yahoo-mail/package.json b/recipes/yahoo-mail/package.json
new file mode 100644
index 0000000..9a04be9
--- /dev/null
+++ b/recipes/yahoo-mail/package.json
@@ -0,0 +1,24 @@
1{
2 "id": "yahoo-mail",
3 "name": "Yahoo Mail",
4 "version": "1.0.0",
5 "description": "Yahoo Mail recipe for Franz",
6 "main": "index.js",
7 "author": "Vijay Raghavan Aravamudhan <avijayr@protonmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://mail.yahoo.com",
11 "serviceName": "YahooMail",
12 "message": "",
13 "popup": [],
14 "hasNotificationSound": true,
15 "hasIndirectMessages": false,
16 "hasTeamID": false,
17 "customURL": false,
18 "hostedOnly": false,
19 "webviewOptions": {
20 "disablewebsecurity": ""
21 },
22 "openDevTools": false
23 }
24}