V1.4
This commit is contained in:
parent
ea1efecfea
commit
ea2cc6e5f7
1 changed files with 8 additions and 6 deletions
|
@ -1,18 +1,20 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Mailcow Temp Mail",
|
"name": "Mailcow Temporary Email",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": "Login and generate temporary emails via Mailcow",
|
"description": "Create and copy a temporary email from Mailcow",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"cookies",
|
|
||||||
"storage",
|
"storage",
|
||||||
"clipboardWrite",
|
|
||||||
"activeTab",
|
"activeTab",
|
||||||
"https://mail.pandem.fr/*"
|
"https://mail.pandem.fr/SOGo/*"
|
||||||
],
|
],
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_popup": "popup.html",
|
"default_popup": "popup.html",
|
||||||
"default_icon": "icon.png"
|
"default_icon": {
|
||||||
|
"16": "icons/icon.png",
|
||||||
|
"48": "icons/icon.png",
|
||||||
|
"128": "icons/icon.png"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["background.js"],
|
"scripts": ["background.js"],
|
||||||
|
|
Loading…
Reference in a new issue