aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/element/package.json
blob: 23d26589933b4731682fa4245c7a932345194b5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "id": "element",
  "name": "Element",
  "version": "1.0.4",
  "description": "Decentralized, encrypted chat & collaboration powered by [matrix]",
  "main": "index.js",
  "author": "Sylvain Cecchetto <cecchetto.sylvain@me.com>, Omove <61330514+omove@users.noreply.github.com>, Achim Leitner <1033549+fjl5@users.noreply.github.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://app.element.io",
    "hasTeamID": false,
    "hasCustomUrl": true,
    "message": "Element's default URL is https://app.element.io/",
    "urlInputSuffix": false,
    "hasNotificationSound": true,
    "hasIndirectMessages": true
  }
}