From 786ca4fd25323d919ca6d9ec1851e6e53b70a303 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 4 Oct 2020 18:20:12 +0530 Subject: Added recipe for yahoo mail. --- recipes/yahoo-mail/package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/yahoo-mail/package.json (limited to 'recipes/yahoo-mail/package.json') 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 @@ +{ + "id": "yahooMail", + "name": "yahoo-mail", + "version": "1.0.0", + "description": "Yahoo Mail recipe for Franz", + "main": "index.js", + "author": "Vijay Raghavan Aravamudhan ", + "license": "MIT", + "config": { + "serviceURL": "https://mail.yahoo.com", + "serviceName": "YahooMail", + "message": "", + "popup": [], + "hasNotificationSound": true, + "hasIndirectMessages": false, + "hasTeamID": false, + "customURL": false, + "hostedOnly": false, + "webviewOptions": { + "disablewebsecurity": "" + }, + "openDevTools": false + } +} -- cgit v1.2.3-70-g09d2