Manifest fix for firefox-specific field (#475)

* Remove firefox-only manifest.json line.

* Changelog change.
This commit is contained in:
Kevin Serrano 2016-07-21 16:50:51 -07:00 committed by Dan Finlay
parent fcd523abe4
commit 0bbfedc2bf
2 changed files with 1 additions and 5 deletions

View File

@ -5,6 +5,7 @@
- Added a Warning screen about storing ETH
- Add buy Button!
- MetaMask now throws descriptive errors when apps try to use synchronous web3 methods.
- Removed firefox-specific line in manifest.
## 2.6.2 2016-07-20

View File

@ -37,11 +37,6 @@
"all_frames": false
}
],
"applications": {
"gecko": {
"id": "MOZILLA_EXTENSION_ID"
}
},
"permissions": [
"notifications",
"storage",