notion-enhancer/repo/emoji-sets/mod.json

43 lines
861 B
JSON

{
"name": "emoji sets",
"id": "a2401ee1-93ba-4b8c-9781-7f570bf5d71e",
"version": "0.4.0",
"description": "pick from a variety of emoji styles to use.",
"tags": ["extension", "customisation"],
"authors": [
{
"name": "dragonwocky",
"email": "thedragonring.bod@gmail.com",
"homepage": "https://dragonwocky.me/",
"avatar": "https://dragonwocky.me/avatar.jpg"
}
],
"js": {
"client": ["client.mjs"]
},
"css": {},
"options": [
{
"type": "select",
"key": "style",
"label": "emoji style",
"values": [
"twitter",
"apple",
"google",
"microsoft",
"samsung",
"whatsapp",
"facebook",
"messenger",
"joypixels",
"openmoji",
"emojidex",
"lg",
"htc",
"mozilla"
]
}
]
}