-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
25 lines (25 loc) · 857 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": "Spotispy",
"description": "Keep tabs on your pals. Whatever they listen to, anybody you decide to stalk, will be put to your queue.",
"main": "spotispy/spotispy.js",
"readme": "spotispy/README.md",
"preview": "spotispy/preview.gif",
"authors": [
{ "name": "TechShivvy", "url": "https://github.com/TechShivvy" },
{ "name": "SunsetTechuila", "url": "https://github.com/SunsetTechuila" }
],
"tags": ["stalk", "spy", "friends"]
},
{
"name": "Play a Random Song",
"description": "Click and let the app play a random track for you.",
"main": "play-random/playRandom.mjs",
"readme": "play-random/README.md",
"preview": "play-random/playRandom.jpg",
"authors": [
{ "name": "TechShivvy", "url": "https://github.com/TechShivvy" }
],
"tags": ["random", "song"]
}
]