Skip to content

Commit 56c84c2

Browse files
authored
Commit: Release v3.0.0
1 parent 0cc7a0a commit 56c84c2

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

package.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "customtkinter-snippets",
3+
"displayName": "CustomTkinter-Snippets",
4+
"description": "A curated collection of Python customtkinter snippets for building interactive GUI applications effortlessly.",
5+
"version": "3.0.0",
6+
"engines": {
7+
"vscode": "^1.86.0"
8+
},
9+
"pricing": "Free",
10+
"categories": [
11+
"Snippets",
12+
"Other"
13+
],
14+
"license": "https://github.com/AshhadDevLab/CustomTkinter-Snippets/blob/main/LICENSE",
15+
"galleryBanner": {
16+
"color": "#029CFF",
17+
"theme": "dark"
18+
},
19+
"publisher": "AshhadDevLab",
20+
"icon": "icons/logo.png",
21+
"author": {
22+
"name": "Ashhad Ahmed",
23+
"email": "[email protected]",
24+
"url": "https://github.com/AshhadDevLab"
25+
},
26+
"bugs": {
27+
"url": "https://github.com/AshhadDevLab/CustomTkinter-Snippets/issues",
28+
"email": "[email protected]"
29+
},
30+
"repository": {
31+
"type": "git",
32+
"url": "https://github.com/AshhadDevLab/CustomTkinter-Snippets"
33+
},
34+
"homepage": "https://github.com/AshhadDevLab/CustomTkinter-Snippets/blob/main/README.md",
35+
"contributes": {
36+
"snippets": [
37+
{
38+
"language": "python",
39+
"path": "./snippets/snippets.code-snippets"
40+
}
41+
]
42+
}
43+
}

0 commit comments

Comments
 (0)