20 lines
569 B
JSON
20 lines
569 B
JSON
|
|
{
|
||
|
|
"id": "translate",
|
||
|
|
"name": "Translate",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "Right-click a selection to translate it. Sidebar panel with LibreTranslate or Google as the backend.",
|
||
|
|
"author": "Silent Mode",
|
||
|
|
"icon": "🌐",
|
||
|
|
"main": "index.js",
|
||
|
|
"capabilities": ["sidebar-panel", "context-menu-item"],
|
||
|
|
"context-menu-items": [
|
||
|
|
{
|
||
|
|
"id": "translate-selection",
|
||
|
|
"label": "Translate selection",
|
||
|
|
"when": "selectionText",
|
||
|
|
"icon": "🌐"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"updateURL": "https://navigate.st/bns/theseus.x/extensions/translate/updates.json"
|
||
|
|
}
|