-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
77 lines (77 loc) Β· 1.97 KB
/
package.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "emoji-icons",
"displayName": "π Emoji File Icons π",
"description": "πβοΈβοΈπ
ππ’πͺπ€π¦π§ͺπβ οΈπ¨ππ¨π‘ππ·ββοΈππππππ¦",
"icon": "thumbnails/package.png",
"galleryBanner": {
"color": "#23282f",
"theme": "dark"
},
"markdown": "github",
"badges": [
{
"url": "https://img.shields.io/visual-studio-marketplace/v/mightbesimon.emoji-icons?label=",
"href": "https://github.com/mightbesimon/vscode-emoji-icons/tags",
"description": "version"
},
{
"url": "https://img.shields.io/vscode-marketplace/i/mightbesimon.emoji-icons?color=white&label=&logo=visualstudiocode&logoColor=blue",
"href": "https://mightbesimon.com",
"description": "downloads"
},
{
"url": "https://img.shields.io/badge/-Sponsor_Us-%23d73a49",
"href": "https://github.com/sponsors/mightbesimon",
"description": "sponsor"
},
{
"url": "https://github.com/mightbesimon/vscode-emoji-icons/actions/workflows/publish.yml/badge.svg",
"href": "https://github.com/mightbesimon/vscode-emoji-icons",
"description": "publish"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mightbesimon/vscode-emoji-icons"
},
"sponsor": {
"url": "https://github.com/sponsors/mightbesimon"
},
"author": "mightbesimon",
"publisher": "mightbesimon",
"version": "0.99.99",
"engines": {
"vscode": "^1.64.0"
},
"categories": [
"Themes"
],
"contributes": {
"iconThemes": [
{
"id": "emoji-file-icons",
"label": "Emoji File Icons",
"path": "./file-icons/emoji-icon-theme.json"
}
],
"productIconThemes": [
{
"id": "emoji-product-icons",
"label": "Emoji Product Icons (Professional)",
"path": "./product-icons/emoji-product-icon-theme.json"
},
{
"id": "emoji-product-icons-fun",
"label": "Emoji Product Icons (Fun)",
"path": "./product-icons/emoji-fun-product-icon-theme.json"
}
]
},
"keywords": [
"emoji",
"icon",
"file",
"product",
"theme"
]
}