generated from MiniDiscordThemes/Template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
27 lines (27 loc) · 1012 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
{
"id": "net.saltssaumure.SystemColor",
"name": "SystemColor",
"description": "Recolour based on a single colour. See GitHub for customisation options.",
"author": {
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "1.2.0",
"updater": {
"type": "store",
"id": "net.saltssaumure.SystemColor"
},
"license": "MIT",
"type": "replugged-theme",
"main": "scss/sys.scss",
"source": "https://github.com/MiniDiscordThemes/SystemColor",
"image": [
"https://minidiscordthemes.github.io/SystemColor/preview/blue-dark.avif",
"https://minidiscordthemes.github.io/SystemColor/preview/blue-light.avif",
"https://minidiscordthemes.github.io/SystemColor/preview/brown-dark.avif",
"https://minidiscordthemes.github.io/SystemColor/preview/brown-light.avif",
"https://minidiscordthemes.github.io/SystemColor/preview/green-dark.avif",
"https://minidiscordthemes.github.io/SystemColor/preview/green-light.avif"
]
}