aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/line.me/package.json
blob: ad1b10924dfaa3e096a1e2403b016d17df953cc9 (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": "line-me",
  "name": "Line.me",
  "version": "1.0.1",
  "description": "Line.me recipe for Franz",
  "main": "index.js",
  "author": "Vijay Raghavan Aravamudhan <avijayr@protonmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://line.me/en",
    "serviceName": "Line.me",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}