12 lines
529 B
JSON
12 lines
529 B
JSON
|
|
{
|
||
|
|
"id": "docx-editor",
|
||
|
|
"name": "Word editor",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "Open, edit and save Word documents (.docx) in a full Theseus tab. Ribbon-style formatting, tables, lists, images and links; headers, footers, footnotes, page setup and the document's own styles are carried through a save untouched.",
|
||
|
|
"author": "Silent Mode",
|
||
|
|
"icon": "📝",
|
||
|
|
"main": "index.js",
|
||
|
|
"capabilities": ["sidebar-panel", "open-tab"],
|
||
|
|
"updateURL": "https://navigate.st/bns/theseus.x/extensions/docx-editor/updates.json"
|
||
|
|
}
|