mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 21:49:03 +00:00
24 lines
550 B
JSON
24 lines
550 B
JSON
{
|
|
"name": "right to left",
|
|
"id": "b28ee2b9-4d34-4e36-be8a-ab5be3d79f51",
|
|
"version": "1.5.0",
|
|
"description": "enables auto rtl/ltr text direction detection.",
|
|
"preview": "right-to-left.jpg",
|
|
"tags": ["extension", "usability"],
|
|
"authors": [
|
|
{
|
|
"name": "obahareth",
|
|
"email": "omar@omar.engineer",
|
|
"homepage": "https://omar.engineer",
|
|
"avatar": "https://avatars.githubusercontent.com/u/3428118"
|
|
}
|
|
],
|
|
"js": {
|
|
"client": ["client.mjs"]
|
|
},
|
|
"css": {
|
|
"client": ["client.css"]
|
|
},
|
|
"options": []
|
|
}
|