-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
29 lines (29 loc) · 1.13 KB
/
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
{
"id": "net.saltssaumure.ProfileBannerHeight",
"name": "Profile Banner Height",
"description": "Customisable profile banner height. See GitHub for customisation options.",
"author": [
{
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
}
],
"version": "1.1.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.ProfileBannerHeight"
},
"license": "MIT",
"type": "replugged-theme",
"main": "scss/main.scss",
"source": "https://github.com/MiniDiscordThemes/Snippets/blob/main/themes/ProfileBannerHeight",
"image": [
"https://minidiscordthemes.github.io/Snippets/ProfileBannerHeight/preview-new1.avif",
"https://minidiscordthemes.github.io/Snippets/ProfileBannerHeight/preview-new2.avif",
"https://minidiscordthemes.github.io/Snippets/ProfileBannerHeight/preview-new3.avif",
"https://minidiscordthemes.github.io/Snippets/ProfileBannerHeight/preview-old1.avif",
"https://minidiscordthemes.github.io/Snippets/ProfileBannerHeight/preview-old2.avif",
"https://minidiscordthemes.github.io/Snippets/ProfileBannerHeight/preview-old3.avif"
]
}