2026-06-03 11:15:59 +00:00
|
|
|
{
|
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
"name": "DocuWare Ablage",
|
|
|
|
|
"description": "Legt markierte E-Mails (als .eml, PDF und mit Anhängen) in DocuWare ab.",
|
|
|
|
|
"version": "0.8.0",
|
|
|
|
|
"author": "l.lingler",
|
|
|
|
|
"applications": {
|
|
|
|
|
"gecko": {
|
|
|
|
|
"id": "docuware-archive@thunderbird",
|
|
|
|
|
"strict_min_version": "115.0",
|
|
|
|
|
"update_url": "https://sylyx.xyz/sylyx/thunderbird2docuware/raw/branch/main/updates.json"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"icons": {
|
|
|
|
|
"16": "icons/icon-16.png",
|
|
|
|
|
"32": "icons/icon-32.png",
|
|
|
|
|
"64": "icons/icon-64.png"
|
|
|
|
|
},
|
|
|
|
|
"permissions": [
|
|
|
|
|
"messagesRead",
|
|
|
|
|
"messagesUpdate",
|
|
|
|
|
"messagesTags",
|
|
|
|
|
"accountsRead",
|
|
|
|
|
"menus",
|
|
|
|
|
"storage",
|
|
|
|
|
"tabs",
|
|
|
|
|
"<all_urls>"
|
|
|
|
|
],
|
|
|
|
|
"background": {
|
2026-06-03 13:14:05 +00:00
|
|
|
"scripts": [
|
|
|
|
|
"lib/store.js",
|
|
|
|
|
"lib/auth.js",
|
|
|
|
|
"background/background.js"
|
|
|
|
|
]
|
2026-06-03 11:15:59 +00:00
|
|
|
},
|
|
|
|
|
"message_display_action": {
|
|
|
|
|
"default_title": "In DocuWare ablegen",
|
|
|
|
|
"default_icon": {
|
|
|
|
|
"16": "icons/icon-16.png",
|
|
|
|
|
"32": "icons/icon-32.png"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"commands": {
|
|
|
|
|
"open-archive-dialog": {
|
|
|
|
|
"suggested_key": { "default": "Ctrl+Alt+I" },
|
|
|
|
|
"description": "Markierte E-Mail in DocuWare ablegen"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"options_ui": {
|
|
|
|
|
"page": "options/options.html",
|
|
|
|
|
"open_in_tab": true
|
|
|
|
|
}
|
|
|
|
|
}
|