Skip to content

Commit

Permalink
fixed CORS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
freakitties committed Dec 16, 2021
1 parent 0849b1e commit a439096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Freak's Axie Extension",
"version": "1.5.3",
"version": "1.5.4",
"description": "An extension to help play Axie Infinity.",
"permissions": ["activeTab", "declarativeContent", "storage"],
"permissions": ["activeTab", "declarativeContent", "storage", "https://marketplace.axieinfinity.com/*", "https://axieinfinity.com/*"],
"icons": {
"16": "images/rep_icon16.png",
"32": "images/rep_icon32.png",
Expand Down

0 comments on commit a439096

Please sign in to comment.