27 lines
860 B
JSON
27 lines
860 B
JSON
|
|
{
|
||
|
|
"id": "pdf-editor",
|
||
|
|
"name": "PDF Editor",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "Open a PDF in a full tab: read it, highlight and mark it up, reorder or rotate or drop pages, fill in its form fields, then save a new copy. Annotations are written into the saved file as real PDF content. The original is never touched.",
|
||
|
|
"author": "Silent Mode",
|
||
|
|
"icon": "📄",
|
||
|
|
"main": "index.js",
|
||
|
|
"capabilities": ["toolbar-menu", "open-tab", "context-menu-item"],
|
||
|
|
"toolbar-menu": {
|
||
|
|
"title": "PDF Editor",
|
||
|
|
"icon": "📄",
|
||
|
|
"items": [
|
||
|
|
{ "id": "open", "label": "Open a PDF…", "icon": "📄" }
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"context-menu-items": [
|
||
|
|
{
|
||
|
|
"id": "open-link",
|
||
|
|
"label": "Open PDF in editor",
|
||
|
|
"when": "linkURL",
|
||
|
|
"icon": "📄"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"updateURL": "https://navigate.st/bns/theseus.x/extensions/pdf-editor/updates.json"
|
||
|
|
}
|