mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Manifest fix for firefox-specific field (#475)
* Remove firefox-only manifest.json line. * Changelog change.
This commit is contained in:
parent
fcd523abe4
commit
0bbfedc2bf
@ -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
|
||||
|
||||
|
@ -37,11 +37,6 @@
|
||||
"all_frames": false
|
||||
}
|
||||
],
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "MOZILLA_EXTENSION_ID"
|
||||
}
|
||||
},
|
||||
"permissions": [
|
||||
"notifications",
|
||||
"storage",
|
||||
|
Loading…
Reference in New Issue
Block a user