-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
27 lines (27 loc) · 1.04 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
{
"id": "net.saltssaumure.AvatarDecorationCheckmark",
"name": "Avatar Decoration Checkmark",
"description": "Adds the Twitter Verified checkmark after the username of anyone using a paid avatar decoration. See GitHub for customisation options.",
"author": [
{
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
}
],
"version": "1.1.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.AvatarDecorationCheckmark"
},
"license": "MIT",
"type": "replugged-theme",
"main": "scss/main.scss",
"source": "https://github.com/MiniDiscordThemes/Snippets/blob/main/themes/AvatarDecorationCheckmark",
"image": [
"https://minidiscordthemes.github.io/Snippets/AvatarDecorationCheckmark/dm.avif",
"https://minidiscordthemes.github.io/Snippets/AvatarDecorationCheckmark/memberlist.avif",
"https://minidiscordthemes.github.io/Snippets/AvatarDecorationCheckmark/message.avif",
"https://minidiscordthemes.github.io/Snippets/AvatarDecorationCheckmark/profile.avif"
]
}