aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/element/package.json
blob: 3b2f59f415162a46e885ca9ccd912e9442fac9fe (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.2",
  "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
  }
}