16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Mailcow Random Email Generator",
|
|
"version": "1.0",
|
|
"description": "Generate random Mailcow aliases",
|
|
"permissions": ["storage"],
|
|
"host_permissions": ["<all_urls>"],
|
|
"action": {
|
|
"default_popup": "popup.html"
|
|
},
|
|
"options_ui": {
|
|
"page": "options.html",
|
|
"open_in_tab": true
|
|
}
|
|
}
|