Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Curetix committed Oct 13, 2024
1 parent c1ad644 commit 16b3b28
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 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.7",
"version": "1.5.0",
"description": "Create email aliases for your own domains using Cloudflare Email Routing.",
"author": "Curetix <[email protected]>",
"type": "module",
Expand Down Expand Up @@ -89,13 +89,8 @@
}
},
"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 16b3b28

Please sign in to comment.