- Name: Templates Reply → HPS Vorlagen & Signaturen - ID: stmt@proton.me → it@hotel-park-soltau.de - Version: 1.0.3 → 2.0.0
39 lines
916 B
JSON
39 lines
916 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "HPS Vorlagen & Signaturen",
|
|
"version": "2.0.0",
|
|
"description": "Vorlagen- und Signaturverwaltung für Hotel Park Soltau mit Git-Sync",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "it@hotel-park-soltau.de",
|
|
"strict_min_version": "109.0"
|
|
}
|
|
},
|
|
"permissions": [
|
|
"compose",
|
|
"storage",
|
|
"notifications",
|
|
"tabs",
|
|
"accountsRead",
|
|
"accountsIdentities"
|
|
],
|
|
"optional_permissions": [
|
|
"*://*/*"
|
|
],
|
|
"background": {
|
|
"scripts": ["lib/gitea-sync.js", "background.js"],
|
|
"persistent": true
|
|
},
|
|
"compose_action": {
|
|
"default_icon": {
|
|
"16": "icons/icon.png",
|
|
"32": "icons/icon.png"
|
|
},
|
|
"default_popup": "popup.html",
|
|
"default_label": "Vorlagen"
|
|
},
|
|
"options_ui": {
|
|
"page": "templates_options/templates_options.html",
|
|
"browser_style": true
|
|
}
|
|
} |