-
Notifications
You must be signed in to change notification settings - Fork 1
/
extensions.json
62 lines (62 loc) · 2.5 KB
/
extensions.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"items":[
{
"name":"HorangHill",
"developer": "Horang Studios",
"info":"Easily play HorangHill on coal launcher!",
"banner":"https://horanghill.web.app/css/horanghillstartingplace.png",
"link":"https://horanghill.web.app",
"icon":"fa-solid fa-square-h",
"type" : "extension"
},
{
"name":"ABFlix",
"developer": "ABSTUDIO",
"info":"Watch AB Originals!",
"banner":"assets/abpattern.png",
"link":"https://abflix-beta.web.app/",
"icon":"fa-solid fa-video",
"type" : "extension"
},
{
"name":"Desert Mirage",
"developer": "ABSTUDIO",
"info":"This theme uses warm, sandy tones to create a desert-like atmosphere.",
"banner":"assets/abpattern.png",
"link":"https://bobuxstation.github.io/Coal-Web/themes/Desert Mirage.css",
"type" : "theme"
},
{
"name":"Forest Retreat",
"developer": "ABSTUDIO",
"info":"This theme uses deep, green tones to create a peaceful, forested atmosphere.",
"banner":"assets/abpattern.png",
"link":"https://bobuxstation.github.io/Coal-Web/themes/Forest Retreat.css",
"type" : "theme"
},
{
"name":"Ocean Breeze",
"developer": "ABSTUDIO",
"info":"This theme uses cool, blue-green tones to create a calming, oceanic feel.",
"banner":"assets/abpattern.png",
"link":"https://bobuxstation.github.io/Coal-Web/themes/Ocean Breeze.css",
"type" : "theme"
},
{
"name":"Soft And Pastel",
"developer": "ABSTUDIO",
"info":"For this theme, we will use soft and soothing pastel colors to create a gentle and inviting look.",
"banner":"assets/abpattern.png",
"link":"https://bobuxstation.github.io/Coal-Web/themes/Soft And Pastel.css",
"type" : "theme"
},
{
"name":"Warm And Cozy",
"developer": "ABSTUDIO",
"info":"For this theme, we will use warm and cozy colors to create a comfortable and inviting look.",
"banner":"assets/abpattern.png",
"link":"https://bobuxstation.github.io/Coal-Web/themes/Warm And Cozy.css",
"type" : "theme"
}
]
}