forked from jaimeadf/BetterDiscordPlugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
22 lines (22 loc) · 864 Bytes
/
manifest.json
File metadata and controls
22 lines (22 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "BiggerStreamPreview",
"description": "Adds a button in the context menu to see bigger stream previews.",
"version": "1.0.12",
"author": {
"id": "289112759948410881",
"name": "Marmota (Jaime Filho)"
},
"invite": "z6Yx9A8VDR",
"website": "https://github.com/jaimeadf/BetterDiscordPlugins/tree/release/src/BiggerStreamPreview",
"source": "https://github.com/jaimeadf/BetterDiscordPlugins/tree/release/src/BiggerStreamPreview",
"updateUrl": "https://raw.githubusercontent.com/jaimeadf/BetterDiscordPlugins/release/dist/BiggerStreamPreview/BiggerStreamPreview.plugin.js",
"changelog": [
{
"title": "It finally works again",
"type": "fixed",
"items": [
"Fixed broken context menus (Thanks @LoSunny on GitHub)."
]
}
]
}