-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
27 lines (27 loc) · 738 Bytes
/
Copy pathmodule.json
File metadata and controls
27 lines (27 loc) · 738 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
{
"id": "warning-remove",
"title": "Remove warnings",
"description": "Remove notifications and warning.",
"version": "2.1.5",
"download": "https://github.com/misthero/warning-remove/releases/download/v2.1.5/warning-remove.zip",
"manifest": "https://github.com/misthero/warning-remove/releases/download/v2.1.5/module.json",
"url": "https://github.com/misthero/warning-remove",
"authors": [
{
"name": "Misthero",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "14"
},
"scripts": [
"warning-remove.js"
],
"styles": [
"css/warning-remove.css"
],
"relationships": {},
"socket": false
}