aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/yahoo-mail/package.json
blob: 02973d7ad589dfdcabb1238a11bb006cc481c34f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "id": "yahoo-mail",
  "name": "Yahoo Mail",
  "version": "1.0.2",
  "description": "Yahoo Mail recipe for Franz",
  "main": "index.js",
  "author": "Vijay Raghavan Aravamudhan <avijayr@protonmail.com>",
  "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
  }
}