-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
35 lines (35 loc) · 874 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": "Private Session",
"description": "Always start Spotify with Private Session active",
"main": "private-session/dist/private-session.aec2327152ee83738b13.js",
"preview": "private-session/icon.png",
"readme": "private-session/README.md",
"authors": [
{
"name": "Bojan Raic",
"url": "https://github.com/BojanRaic"
}
],
"tags": [
"privacy"
]
},
{
"name": "Side Hide",
"description": "Hides the sidebar (Friends Activity & Now Playing) and associated action buttons",
"main": "side-hide/dist/side-hide.5bcf4c22e2a52a54d90f.js",
"preview": "side-hide/icon.png",
"readme": "side-hide/README.md",
"authors": [
{
"name": "Bojan Raic",
"url": "https://github.com/BojanRaic"
}
],
"tags": [
"sidebar",
"annoyances"
]
}
]