1
0
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:
kumavis 2016-10-04 16:13:29 -07:00 committed by GitHub
commit 3791647ced
3 changed files with 3 additions and 2 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -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": [