-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
29 lines (29 loc) · 1.47 KB
/
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
[
{
"name": "Playlist Tags",
"description": "Allows you to tag and filter playlists by tag.",
"preview": "https://raw.githubusercontent.com/Bergbok/Spicetify-Creations/main/CustomApps/playlist-tags/preview.png",
"readme": "README.md",
"branch": "dist/playlist-tags",
"authors": [{"name": "Bergbok", "url": "https://github.com/Bergbok"}],
"tags": ["tags"]
},
{
"name": "History in Sidebar",
"description": "Adds a shortcut to recently played songs in the sidebar.",
"preview": "https://raw.githubusercontent.com/Bergbok/Spicetify-Creations/main/CustomApps/history-in-sidebar/preview.png",
"readme": "README.md",
"branch": "dist/history-in-sidebar",
"authors": [{"name": "Bergbok", "url": "https://github.com/Bergbok"}],
"tags": ["shortcut"]
},
{
"name": "Auto Skip Tracks by Duration",
"description": "Allows you to automatically skip tracks based on their duration.",
"preview": "https://raw.githubusercontent.com/Bergbok/Spicetify-Creations/main/Extensions/auto-skip-tracks-by-duration/preview.png",
"main": "https://raw.githubusercontent.com/Bergbok/Spicetify-Creations/main/Extensions/auto-skip-tracks-by-duration/dist/auto-skip-tracks-by-duration.js",
"readme": "Extensions/auto-skip-tracks-by-duration/README.md",
"authors": [{"name": "Bergbok", "url": "https://github.com/Bergbok"}],
"tags": ["autoskip"]
}
]