generated from replugged-org/plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
39 lines (39 loc) · 1.37 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
30
31
32
33
34
35
36
37
38
39
{
"id": "com.sirio-network.themehooker",
"name": "ThemeHooker",
"description": "Fine. I'll fucking do it myself, because nobody else did. Adds Discord's custom themes' name inside the <html> and <body> tag so that Theme Developers can do funny shenanigans. This is made mostly only for Flashcord, no support for other themes may be provided unless I feel like it.",
"author": {
"name": "SiriusBYT",
"discordID": "311057290562371586",
"github": "SiriusBYT"
},
"version": "1.1.0",
"updater": {
"type": "github",
"id": "SiriusBYT/ThemeHooker"
},
"license": "CC BY-NC-ND 4.0",
"type": "replugged-plugin",
"renderer": "src/index.ts",
"source": "https://github.com/SiriusBYT/ThemeHooker",
"image": ["https://sirio-network.com/flashcord/store/plugins/siriusbyt/themehooker-files/embed-banner.png"],
"flashcord": {
"general_information": {
"contributors": "Catalyst4222, Nanakusa",
"discord_link": "https://sirio-network.com/redirect/discord",
"license_year": "2023-2024",
"sndl_theme": "Light",
"embed_color": "#FF69FF",
"tags": [
"Theming Dependency",
"Companion Plugin"
]
},
"internal_structure": {
"internal_name": "themehooker",
"image_store": "store-banner.png",
"image_embed": "embed-banner.png",
"backup_files": false
}
}
}