forked from luminaryFlowers/Pesterchum-Discord-Theme
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
34 lines (34 loc) · 959 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
26
27
28
29
30
31
32
33
34
{
"id": "net.saltssaumure.Pesterchum",
"name": "Pesterchum",
"description": "Emulates the Pesterchum chat client from Homestuck. See GitHub for customisation options.",
"author": [
{
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
{
"name": "luminaryFlowers",
"github": "luminaryFlowers"
},
{
"name": "winterClover",
"github": "winterClover"
}
],
"version": "1.7.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.Pesterchum"
},
"license": "SEE LICENSE IN LICENSE.md",
"type": "replugged-theme",
"main": "scss/chum.scss",
"source": "https://github.com/MiniDiscordThemes/Pesterchum",
"image": [
"https://minidiscordthemes.github.io/Pesterchum/preview/chum.png",
"https://minidiscordthemes.github.io/Pesterchum/preview/dark.png",
"https://minidiscordthemes.github.io/Pesterchum/preview/light.png"
]
}