mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #700 from MetaMask/OperaCompatibility
Add Opera compatibility
This commit is contained in:
commit
3791647ced
BIN
app/images/icon-32.png
Normal file
BIN
app/images/icon-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
app/images/icon-64.png
Normal file
BIN
app/images/icon-64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
@ -10,7 +10,7 @@
|
|||||||
"suggested_key": {
|
"suggested_key": {
|
||||||
"windows": "Alt+Shift+M",
|
"windows": "Alt+Shift+M",
|
||||||
"mac": "Alt+Shift+M",
|
"mac": "Alt+Shift+M",
|
||||||
"chromeos": "Search+M",
|
"chromeos": "Alt+Shift+M",
|
||||||
"linux": "Alt+Shift+M"
|
"linux": "Alt+Shift+M"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -55,9 +55,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"notifications",
|
|
||||||
"storage",
|
"storage",
|
||||||
"tabs",
|
"tabs",
|
||||||
|
"clipboardWrite",
|
||||||
|
"clipboardRead",
|
||||||
"http://localhost:8545/"
|
"http://localhost:8545/"
|
||||||
],
|
],
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
|
Loading…
Reference in New Issue
Block a user