mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
MV3: Migrate permissions (#15777)
* MV3: migrate host_permissions * MV3: alphabetize permissions * rm superfluous permissions
This commit is contained in:
parent
93c609b117
commit
99761b59dc
@ -47,7 +47,12 @@
|
|||||||
],
|
],
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_appDescription__",
|
"description": "__MSG_appDescription__",
|
||||||
"host_permissions": ["file://*/*", "http://*/*", "https://*/*"],
|
"host_permissions": [
|
||||||
|
"http://localhost:8545/",
|
||||||
|
"file://*/*",
|
||||||
|
"http://*/*",
|
||||||
|
"https://*/*"
|
||||||
|
],
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "images/icon-16.png",
|
"16": "images/icon-16.png",
|
||||||
"19": "images/icon-19.png",
|
"19": "images/icon-19.png",
|
||||||
@ -61,18 +66,13 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "__MSG_appName__",
|
"name": "__MSG_appName__",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"storage",
|
|
||||||
"scripting",
|
|
||||||
"unlimitedStorage",
|
|
||||||
"clipboardWrite",
|
|
||||||
"http://localhost:8545/",
|
|
||||||
"https://*.infura.io/",
|
|
||||||
"https://chainid.network/chains.json",
|
|
||||||
"https://lattice.gridplus.io/*",
|
|
||||||
"activeTab",
|
"activeTab",
|
||||||
"webRequest",
|
"clipboardWrite",
|
||||||
"*://*.eth/",
|
"notifications",
|
||||||
"notifications"
|
"scripting",
|
||||||
|
"storage",
|
||||||
|
"unlimitedStorage",
|
||||||
|
"webRequest"
|
||||||
],
|
],
|
||||||
"short_name": "__MSG_appName__"
|
"short_name": "__MSG_appName__"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user