aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/NewsBlur/package.json
blob: 8b8b0b451f1b830a5e775a897ad9a94cb913e6a0 (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": "NewsBlur",
  "name": "NewsBlur",
  "version": "1.0.0",
  "description": "NewsBlur is a personal news reader",
  "main": "index.js",
  "author": "takehitosato@gmail.com",
  "license": "MIT",
  "config": {
    "serviceURL": "https://newsblur.com",
    "serviceName": "NewsBlur",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}