Add Opera compatibility

- Fix incorrect OS key
- Add additional icon image sizes.
This commit is contained in:
Dan Finlay 2016-10-04 14:22:47 -07:00
parent ca57fc0f52
commit 0b5984767b
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": [