aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--app/manifest.json5
2 files changed, 1 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98cdb1c0e..d9aee6ac1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/app/manifest.json b/app/manifest.json
index 4cca79c72..2c5629f7a 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -37,11 +37,6 @@
"all_frames": false
}
],
- "applications": {
- "gecko": {
- "id": "MOZILLA_EXTENSION_ID"
- }
- },
"permissions": [
"notifications",
"storage",