-
Notifications
You must be signed in to change notification settings - Fork 6
/
module.json
53 lines (53 loc) · 1.3 KB
/
module.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"id": "pin-fixer",
"title": "Pin Fixer",
"description": "Modifies the behaviour of map pins so that they do not become too small to see when the map is zoomed out, or so large that they cover everything when zoomed in.",
"author": "zeel",
"authors": [
{
"name": "zeel",
"email": "zeel02@gmail.com",
"url": "https://github.com/zeel01",
"discord": "zeel#4200"
}
],
"version": "1.2.2",
"compatibility": {
"minimum": 10,
"verified": 10
},
"styles": [
"pin-fixer.css"
],
"scripts": [
"pin-fixer.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"manifest": "https://github.com/zeel01/pin-fixer/releases/latest/download/module.json",
"url": "https://github.com/zeel01/pin-fixer",
"download": "https://github.com/zeel01/pin-fixer/releases/latest/download/pin-fixer.zip",
"readme": "https://github.com/zeel01/pin-fixer/blob/master/readme.md",
"bugs": "https://github.com/zeel01/pin-fixer/issues",
"changelog": "https://github.com/zeel01/pin-fixer/releases",
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/zeel01/pin-fixer/master/cover.png"
},
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/1721836"
}
]
}