-
Notifications
You must be signed in to change notification settings - Fork 7
/
manifest.json
34 lines (34 loc) · 1.22 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
30
31
32
33
34
[
{
"name": "Lucid",
"description": "Spicetify theme inspired by Bloom and Microsoft Fluent Design",
"preview": "assets/images/base.png",
"readme": "README-Marketplace.md",
"usercss": "https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Lucid@refs/heads/main/src/user.css",
"schemes": "https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Lucid@refs/heads/main/src/color.ini",
"include": ["https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Lucid@refs/heads/main/src/theme.js"],
"authors": [
{
"name": "Sanoojes",
"url": "https://github.com/sanoojes"
}
],
"tags": ["customizable", "dynamic", "dynamic", "fluent", "bloom"]
},
{
"name": "Lucid (Beta)",
"description": "Not recommended, only for development purposes.",
"preview": "assets/images/base.png",
"readme": "README-Marketplace.md",
"usercss": "https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Lucid@refs/heads/beta/src/user.css",
"schemes": "https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Lucid@refs/heads/beta/src/color.ini",
"include": ["https://cdn.jsdelivr.net/gh/sanoojes/Spicetify-Lucid@refs/heads/beta/src/theme.js"],
"authors": [
{
"name": "Sanoojes",
"url": "https://github.com/sanoojes"
}
],
"tags": ["beta", "unstable"]
}
]