-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
25 lines (25 loc) · 832 Bytes
/
manifest.json
File metadata and controls
25 lines (25 loc) · 832 Bytes
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.Reimagined",
"name": "Reimagined",
"description": "Based on 'Discord Re-imagined (Concept)' by Concept Central: https://www.youtube.com/watch?v=7gyZyg3jC2w. See GitHub for customisation options.",
"author": [
{
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
}
],
"version": "1.1.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.Reimagined"
},
"license": "MIT",
"type": "replugged-theme",
"main": "scss/replugged.scss",
"source": "https://github.com/MiniDiscordThemes/Snippets/blob/main/themes/DiscordReimagined",
"image": [
"https://minidiscordthemes.github.io/Snippets/DiscordReimagined/preview.avif",
"https://minidiscordthemes.github.io/Snippets/DiscordReimagined/previewColor.avif"
]
}