-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
37 lines (37 loc) · 910 Bytes
/
Copy pathmodule.json
File metadata and controls
37 lines (37 loc) · 910 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
33
34
35
36
37
{
"id": "resize-sidebar",
"title": "Resize Sidebar and Windows",
"description": "Resize the sidebar, the chat input, and popped-out sidebar windows.",
"version": "0.2.1",
"authors": [
{
"name": "Martin Papy",
"email": "martin.papy@gmail.com"
}
],
"compatibility": {
"minimum": "13",
"verified": "14"
},
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/sidebar-resizer.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"url": "https://github.com/martin-papy/sidebar-resizer",
"manifest": "https://github.com/martin-papy/sidebar-resizer/releases/latest/download/module.json",
"download": "https://github.com/martin-papy/sidebar-resizer/releases/download/v0.2.1/sidebar-resizer.zip"
}