16 lines
No EOL
450 B
JSON
16 lines
No EOL
450 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Mailcow Temp Mail",
|
|
"version": "1.0",
|
|
"description": "Fetch 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
|
|
}
|
|
}
|
|
|