22 lines
No EOL
487 B
JSON
22 lines
No EOL
487 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Mailcow Temp Mail",
|
|
"version": "1.0",
|
|
"description": "Login and generate temporary emails via Mailcow",
|
|
"permissions": [
|
|
"cookies",
|
|
"storage",
|
|
"clipboardWrite",
|
|
"activeTab",
|
|
"https://mail.pandem.fr/*"
|
|
],
|
|
"browser_action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": "icon.png"
|
|
},
|
|
"background": {
|
|
"scripts": ["background.js"],
|
|
"persistent": false
|
|
}
|
|
}
|
|
|