-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathextension.json
More file actions
33 lines (33 loc) · 1.03 KB
/
extension.json
File metadata and controls
33 lines (33 loc) · 1.03 KB
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
{
"$schema": "../../../.github/schemas/extension.schema.json",
"id": "zadjii.spongebot",
"title": "SpongeBot for Command Palette",
"shortDescription": "Convert text to mocking SpongeBob case (aLtErNaTiNg CaSe) from Command Palette.",
"description": "Transform any text into the iconic mocking SpongeBob meme format with alternating case (lIkE tHiS). Just type or paste your text and get instant SpongeBob-style output, ready to copy and share.\n\nA fun, lighthearted extension for when you need to add some humor to your messages.",
"author": {
"name": "zadjii",
"url": "https://github.com/zadjii"
},
"icon": "icon.png",
"homepage": "https://github.com/zadjii/CmdPalExtensions",
"tags": [
"spongebob",
"meme",
"text",
"fun"
],
"categories": [
"entertainment",
"utilities-and-tools"
],
"installSources": [
{
"type": "winget",
"id": "zadjii.SpongeBotForCommandPalette"
},
{
"type": "url",
"uri": "https://github.com/zadjii/CmdPalExtensions/releases"
}
]
}