aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buffer/package.json
blob: b798a091b239580fd969bff496d609678172e3fe (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": "buffer",
  "name": "buffer",
  "version": "1.0.0",
  "description": "Buffer – A better way to share on social media",
  "main": "index.js",
  "author": "Merlin Schumacher <merlin.schumacher@gmail.com>",
  "license": "GPL",
  "config": {
    "serviceURL": "https://buffer.com",
    "serviceName": "Buffer",
    "message": "Buffer – A better way to share on social media",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}