-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
35 lines (35 loc) · 873 Bytes
/
manifest.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
[
{
"name": "HomeWhereYouBelong",
"description": "Move Home Button next to navigation on Spotify v1.2.46+.",
"preview": "HomeWhereYouBelong/Icon.png",
"main": "HomeWhereYouBelong/HomeWhereYouBelong.js",
"readme": "HomeWhereYouBelong/README.md",
"authors": [
{
"name": "yodaluca23",
"url": "https://github.com/yodaluca23"
}
],
"tags": [
"Interface",
"QOL"
]
},
{
"name": "SpicyTracker",
"description": "Remove tracking parameters such as \"?si=\" from Spotify share links.",
"preview": "SpicyTracker/Icon.png",
"main": "SpicyTracker/SpicyTracker.js",
"readme": "SpicyTracker/README.md",
"authors": [
{
"name": "yodaluca23",
"url": "https://github.com/yodaluca23"
}
],
"tags": [
"QOL"
]
}
]