diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json index 086d5ba00..7c554f1ac 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.9.3", + "version": "4.12.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", @@ -63,7 +63,6 @@ "activeTab", "webRequest", "*://*.eth/", - "*://*.test/", "notifications" ], "web_accessible_resources": [ @@ -78,4 +77,4 @@ "*" ] } -} +}
\ No newline at end of file |