Skip to content

Commit

Permalink
delete duplicated manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fmiras committed Jun 18, 2018
1 parent a1e3285 commit e922705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
25 changes: 0 additions & 25 deletions manifest.json

This file was deleted.

3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -15,5 +16,5 @@
"js": ["index.js"]
}
],
"permissions": ["https://api.coinmarketcap.com/v2/ticker/1966"]
"permissions": ["https://api.coinmarketcap.com/v2/ticker/*"]
}

0 comments on commit e922705

Please sign in to comment.