- pdf-editor 0.1.1 → 0.1.2: manifest.icon is a data:image/svg+xml red PDF document badge (dock renders it as <img>). Same on toolbar-menu.icon. Item-level icons dropped — those go through the native OS menu that doesn't render data URIs. - translate 0.1.0 → 0.1.1: default LibreTranslate mirror was translate.argosopentech.com, which is now a dead domain — panel just said "Failed" on every request. Switched default to translate.disroot.org (currently up), added a datalist of known mirrors, and a one-shot migration off the dead default so existing installs recover on next load. - docx-editor 0.1.0 → 0.1.1: manifest.icon is a data:image/svg+xml blue DOC document badge, index.js no longer overrides it with 📝, and the panel header uses the same inline SVG. Same rationale as pdf-editor — every extension was rendering as either 📄 or 📝, so PDF and Word were visually identical to the Notepad.
11 lines
1,009 B
JSON
11 lines
1,009 B
JSON
{
|
|
"id": "docx-editor",
|
|
"name": "Word editor",
|
|
"version": "0.1.1",
|
|
"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": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYgMmg4bDYgNnYxMmEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY0YTIgMiAwIDAgMSAyLTJ6IiBmaWxsPSIjMjU2M2ViIi8+PHBhdGggZD0iTTE0IDJ2Nmg2eiIgZmlsbD0iIzFlNDBhZiIvPjx0ZXh0IHg9IjEyIiB5PSIxNyIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZm9udC1mYW1pbHk9InN5c3RlbS11aSwtYXBwbGUtc3lzdGVtLHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iNS41IiBmb250LXdlaWdodD0iODAwIiBmaWxsPSIjZmZmIj5ET0M8L3RleHQ+PC9zdmc+",
|
|
"main": "index.js",
|
|
"capabilities": ["sidebar-panel", "open-tab"],
|
|
"updateURL": "https://navigate.st/bns/theseus.x/extensions/community/docx-editor/updates.json"
|
|
}
|