This commit is contained in:
Bruno Windels 2020-12-07 17:22:52 +01:00
parent 4e253697de
commit e5fb5709f7

View File

@ -31,18 +31,12 @@ export class Element {
]; ];
} }
get icon() { get icon() { return "images/client-icons/element.svg"; }
return "images/client-icons/element.svg";
}
get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; } get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; }
get name() {return "Element"; } get name() {return "Element"; }
get description() { return 'Fully-featured Matrix client, used by millions.'; } get description() { return 'Fully-featured Matrix client, used by millions.'; }
get homepage() { return "https://element.io"; } get homepage() { return "https://element.io"; }
get author() { return "Element"; } get author() { return "Element"; }
getMaturity(platform) { return Maturity.Stable; } getMaturity(platform) { return Maturity.Stable; }
getDeepLink(platform, link) { getDeepLink(platform, link) {