aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/manifest.json')
-rw-r--r--app/manifest.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/app/manifest.json b/app/manifest.json
index a0bb5acf6..0aac1c8df 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,10 +1,10 @@
{
- "name": "MetaMask",
- "short_name": "Metamask",
- "version": "3.14.1",
+ "name": "__MSG_appName__",
+ "short_name": "__MSG_appName__",
+ "version": "4.3.0",
"manifest_version": 2,
"author": "https://metamask.io",
- "description": "Ethereum Browser Extension",
+ "description": "__MSG_appDescription__",
"commands": {
"_execute_browser_action": {
"suggested_key": {
@@ -56,10 +56,11 @@
],
"permissions": [
"storage",
+ "unlimitedStorage",
"clipboardWrite",
"http://localhost:8545/",
"https://*.infura.io/"
- ],
+ ],
"web_accessible_resources": [
"scripts/inpage.js"
],
@@ -68,4 +69,4 @@
"https://metamask.io/*"
]
}
-}
+} \ No newline at end of file