forked from notion-enhancer/repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
46 lines (46 loc) · 1.01 KB
/
mod.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
{
"name": "emoji sets",
"id": "a2401ee1-93ba-4b8c-9781-7f570bf5d71e",
"version": "0.4.0",
"description": "pick from a variety of emoji styles to use.",
"preview": "emoji-sets.jpg",
"tags": ["extension", "customisation"],
"authors": [
{
"name": "dragonwocky",
"email": "[email protected]",
"homepage": "https://dragonwocky.me/",
"avatar": "https://dragonwocky.me/avatar.jpg"
}
],
"js": {
"client": ["client.mjs"]
},
"css": {
"client": ["client.css"]
},
"options": [
{
"type": "select",
"key": "style",
"label": "emoji style",
"tooltip": "**initial use may involve some lag and load-time for emojis until they have all been cached**",
"values": [
"twitter",
"apple",
"google",
"microsoft",
"samsung",
"whatsapp",
"facebook",
"messenger",
"joypixels",
"openmoji",
"emojidex",
"lg",
"htc",
"mozilla"
]
}
]
}