Skip to content

Commit ef21e3c

Browse files
JSKittyhpk42
authored andcommitted
Add Vector to Supported By section
Vector is a decentralized, privacy-focused encrypted messenger with an integrated in-app webxdc app store called Nexus.
1 parent f8dbe39 commit ef21e3c

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

website/assets/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,13 @@
315315
desc: 'A collaborative platform for watching videos, listening to music, and browsing content together in private rooms. Experimentally supports webxdc mini apps.',
316316
platforms: 'Web',
317317
url: 'https://w2g.tv'
318+
},
319+
vector: {
320+
name: 'Vector',
321+
img: 'assets/messengers/vector.png',
322+
desc: 'A decentralized, privacy-focused encrypted messenger with zero metadata leakage. Features Nexus, an integrated in-app webxdc app store.',
323+
platforms: 'Windows, macOS, Linux, Android',
324+
url: 'https://vectorapp.io'
318325
}
319326
};
320327

37.4 KB
Loading

website/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ <h3 class="subtitle hero-subtitle">
5050
<button class="messenger-btn" data-messenger="deltatouch">Delta Touch</button>
5151
<button class="messenger-btn" data-messenger="cheogram">Cheogram</button>
5252
<button class="messenger-btn" data-messenger="w2g">Watch2Gether</button>
53+
<button class="messenger-btn" data-messenger="vector">Vector</button>
5354
</div>
5455
</div>
5556
<div class="column has-text-centered">

0 commit comments

Comments
 (0)