From 0b5984767ba5b1b94d95f7945c11cd294cad971b Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 4 Oct 2016 14:22:47 -0700 Subject: Add Opera compatibility - Fix incorrect OS key - Add additional icon image sizes. --- app/images/icon-32.png | Bin 0 -> 1730 bytes app/images/icon-64.png | Bin 0 -> 3573 bytes app/manifest.json | 5 +++-- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 app/images/icon-32.png create mode 100644 app/images/icon-64.png (limited to 'app') diff --git a/app/images/icon-32.png b/app/images/icon-32.png new file mode 100644 index 000000000..f801ebb6b Binary files /dev/null and b/app/images/icon-32.png differ diff --git a/app/images/icon-64.png b/app/images/icon-64.png new file mode 100644 index 000000000..b3019ad65 Binary files /dev/null and b/app/images/icon-64.png differ diff --git a/app/manifest.json b/app/manifest.json index d6738a5fa..6f0eacf77 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -10,7 +10,7 @@ "suggested_key": { "windows": "Alt+Shift+M", "mac": "Alt+Shift+M", - "chromeos": "Search+M", + "chromeos": "Alt+Shift+M", "linux": "Alt+Shift+M" } } @@ -55,9 +55,10 @@ } ], "permissions": [ - "notifications", "storage", "tabs", + "clipboardWrite", + "clipboardRead", "http://localhost:8545/" ], "web_accessible_resources": [ -- cgit v1.2.3