-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathmanifest.json
25 lines (25 loc) · 879 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
{
"id": "net.saltssaumure.Tritone",
"name": "Tritone",
"description": "A tritone theme inspired by I Expect You To Die. See GitHub for customisation options.",
"author": {
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "2.5.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.Tritone"
},
"license": "AGPL-3.0-or-later",
"type": "replugged-theme",
"main": "scss/ieytd.scss",
"source": "https://github.com/Saltssaumure/ieytd-discord-theme",
"image": [
"https://saltssaumure.github.io/ieytd-discord-theme/preview/tritone1.png",
"https://saltssaumure.github.io/ieytd-discord-theme/preview/tritone2.png",
"https://saltssaumure.github.io/ieytd-discord-theme/preview/tritone3.png",
"https://saltssaumure.github.io/ieytd-discord-theme/preview/tritonecustom.png"
]
}