-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathextension.json
More file actions
32 lines (32 loc) · 1011 Bytes
/
extension.json
File metadata and controls
32 lines (32 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "../../../.github/schemas/extension.schema.json",
"id": "zadjii.mastodon",
"title": "Mastodon for Command Palette",
"shortDescription": "View posts on Mastodon, browse your home timeline, and favorite posts from Command Palette.",
"description": "Browse Mastodon right from the Command Palette. View posts on mastodon.social, sign in to see your home timeline, and favorite posts—all without opening a browser.\n\nA lightweight way to stay connected with the fediverse while keeping focus on your work.",
"author": {
"name": "zadjii",
"url": "https://github.com/zadjii"
},
"icon": "icon.svg",
"homepage": "https://github.com/zadjii/CmdPalExtensions",
"tags": [
"mastodon",
"fediverse",
"social",
"timeline"
],
"categories": [
"social"
],
"installSources": [
{
"type": "winget",
"id": "zadjii.MastodonForCmdPal"
},
{
"type": "url",
"uri": "https://github.com/zadjii/CmdPalExtensions/releases"
}
]
}