-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
28 lines (28 loc) · 887 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
28
{
"name": "FlashCFG-Built Store Template",
"description": "This store page was created using the Flashcord Store Quick Config Python Script!",
"version": "v2.0",
"license": "Unlicense",
"type": "flashcord-addon",
"source": "https://github.com/SiriusBYT/Flashcord",
"flashcord": {
"general_information": {
"contributors": "None",
"discord_link": "https://discord.gg/z93kHwGuZt",
"license_year": "2024",
"sndl_theme": "Dark",
"embed_color": "#FF69FF",
"tags": [
"Flashcord Addon",
"Flashcord SID",
"Flashcord STB"
]
},
"internal_structure": {
"internal_name": "module_template",
"image_store": "store-banner.png",
"image_embed": "embed-banner.png",
"backup_files": true
}
}
}