aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/yahoo-mail/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2020-10-04 18:20:12 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2020-10-04 18:52:59 +0530
commit786ca4fd25323d919ca6d9ec1851e6e53b70a303 (patch)
tree2a4cea69c5dadbf234da4cccac08e0d3c374285c /recipes/yahoo-mail/package.json
parentMerge pull request #307 from kris7t/gmail-unread-count (diff)
downloadferdium-recipes-786ca4fd25323d919ca6d9ec1851e6e53b70a303.tar.gz
ferdium-recipes-786ca4fd25323d919ca6d9ec1851e6e53b70a303.tar.zst
ferdium-recipes-786ca4fd25323d919ca6d9ec1851e6e53b70a303.zip
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..c4b4d0f
--- /dev/null
+++ b/recipes/yahoo-mail/package.json
@@ -0,0 +1,24 @@
1{
2 "id": "yahooMail",
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}