1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #2049 from MetaMask/i1938-removecryptopermissions

Remove cryptonator from chrome manifest file
This commit is contained in:
Kevin Serrano 2017-09-10 11:05:52 -07:00 committed by GitHub
commit 68b22d409a
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,7 @@
## Current Master
- Readded loose keyring label back into the account list.
- Remove cryptonator from chrome permissions.
- Add info on token contract addresses.
- Add validation preventing users from inputting their own addresses as token tracking addresses.

View File

@ -57,8 +57,7 @@
"permissions": [
"storage",
"clipboardWrite",
"http://localhost:8545/",
"https://api.cryptonator.com/"
"http://localhost:8545/"
],
"web_accessible_resources": [
"scripts/inpage.js"