Skip to content

Commit

Permalink
1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Curetix committed Jun 11, 2024
1 parent 1b3494a commit 86f0682
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mailflare-extension",
"displayName": "MailFlare - Email Alias Extension",
"version": "1.4.5",
"version": "1.4.6",
"description": "Create email aliases for your own domains using Cloudflare Email Routing.",
"author": "Curetix <me@curetix.eu>",
"type": "module",
Expand Down Expand Up @@ -89,8 +89,13 @@
}
},
"manifest": {
"permissions": ["activeTab", "contextMenus"],
"host_permissions": ["*://api.cloudflare.com/*"],
"permissions": [
"activeTab",
"contextMenus"
],
"host_permissions": [
"*://api.cloudflare.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{f0bdc9fa-a062-4424-baee-16530c53aa06}"
Expand Down

0 comments on commit 86f0682

Please sign in to comment.