forked from 41pha1/spicetify-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
25 lines (24 loc) · 842 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
[
{
"name": "Korean Romaja Lyrics",
"description": "Spicetify extension to convert Korean lyrics to Romaja.",
"preview": "romaja-lyrics/preview.gif",
"main": "romaja-lyrics/romaja_lyrics.js",
"readme": "romaja-lyrics/README.md",
"authors": [
{ "name": "A1pha1", "url": "https://github.com/41pha1/" }
],
"tags": ["lyrics", "korean", "romaja"]
},
{
"name": "Japanese Romaji Lyrics",
"description": "Spicetify extension to convert Japanese lyrics to Romaji.",
"preview": "romaji-lyrics/preview.gif",
"main": "romaji-lyrics/marketplace/romaji_lyrics.js",
"readme": "romaji-lyrics/README.md",
"authors": [
{ "name": "A1pha1", "url": "https://github.com/41pha1/" }
],
"tags": ["lyrics", "japanese", "romaji"]
}
]