diff --git a/manifest.json b/manifest.json deleted file mode 100644 index eb8ff7e..0000000 --- a/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "manifest_version": 2, - "name": "Decentraland Marketplace Currency Changer", - "description": "Change the displaying currency on Decentraland's marketplace", - "version": "0.1.0", - "author": "Federico Miras", - "browser_action": { - "default_icon": "decentraland-icon.png", - "default_title": "Change Marketplace currency", - "default_popup": "currencies.html" - }, - "content_scripts": [ - { - "matches": [ - "https://market.decentraland.org/*" - ], - "js": [ - "index.js" - ] - } - ], - "permissions": [ - "https://api.coinmarketcap.com/v2/ticker/1966" - ] -} \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json index c6f6571..1d22194 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,6 +2,7 @@ "manifest_version": 2, "short_name": "DCL Marketplace", "name": "Decentraland Marketplace Currency Changer", + "description": "Change the displaying currency on Decentraland's marketplace", "version": "0.1.0", "author": "Federico Miras", "browser_action": { @@ -15,5 +16,5 @@ "js": ["index.js"] } ], - "permissions": ["https://api.coinmarketcap.com/v2/ticker/1966"] + "permissions": ["https://api.coinmarketcap.com/v2/ticker/*"] }