23 lines
No EOL
482 B
JSON
23 lines
No EOL
482 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Mailcow Temporary Email",
|
|
"version": "1.0",
|
|
"permissions": [
|
|
"storage",
|
|
"activeTab",
|
|
"https://mail.pandem.fr/SOGo/*"
|
|
],
|
|
"browser_action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icons/icon.png",
|
|
"48": "icons/icon.png",
|
|
"128": "icons/icon.png"
|
|
}
|
|
},
|
|
"background": {
|
|
"scripts": ["background.js"],
|
|
"persistent": false
|
|
}
|
|
}
|
|
|