39 lines
976 B
JSON
39 lines
976 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Passchmop",
|
|
"version": "0.1.0",
|
|
"description": "Git-backed, client-side-encrypted password manager.",
|
|
"icons": {
|
|
"48": "icons/passchmop.svg",
|
|
"96": "icons/passchmop.svg",
|
|
"128": "icons/passchmop.svg"
|
|
},
|
|
"background": {
|
|
"scripts": ["build/background.js"]
|
|
},
|
|
"permissions": ["storage", "clipboardWrite", "alarms", "activeTab", "tabs", "scripting"],
|
|
"host_permissions": ["https://*/*"],
|
|
"action": {
|
|
"default_title": "Passchmop",
|
|
"default_popup": "src/popup/popup.html",
|
|
"default_icon": {
|
|
"16": "icons/passchmop.svg",
|
|
"32": "icons/passchmop.svg",
|
|
"48": "icons/passchmop.svg"
|
|
}
|
|
},
|
|
"options_ui": {
|
|
"page": "src/options/options.html",
|
|
"open_in_tab": true
|
|
},
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "passchmop@schmop",
|
|
"strict_min_version": "115.0",
|
|
"data_collection_permissions": {
|
|
"required": ["none"]
|
|
}
|
|
}
|
|
}
|
|
}
|