mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 05:59:02 +00:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"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": "thedragonring.bod@gmail.com",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|