aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/feedbin/package.json
blob: 7adf2e0a60196520d3cb0a5110a3b8ee1ca5b067 (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": "feedbin",
  "name": "feedbin",
  "version": "1.0.0",
  "description": "feedbin",
  "main": "index.js",
  "author": "Kan Fushihara <kan.fushihara@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://feedbin.com/login",
    "serviceName": "Feedbin",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}