From f9f2131bae21d79a3ab4765f4999fd7cbf2c22e5 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Mon, 21 Dec 2015 15:57:00 +0000 Subject: [PATCH] Added an entry for linux within 'suggested_key' This omission causes the extension to fail on installation both from webstore and locally. --- chrome-extension/app/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chrome-extension/app/manifest.json b/chrome-extension/app/manifest.json index 145a983..a7a3c5e 100644 --- a/chrome-extension/app/manifest.json +++ b/chrome-extension/app/manifest.json @@ -25,7 +25,8 @@ "toggle-tamper": { "suggested_key": { "windows": "Ctrl+Shift+P", - "mac": "Command+Shift+P" + "mac": "Command+Shift+P", + "linux": "Ctrl+Shift+P" }, "description": "Toggle Tamper" } @@ -37,4 +38,4 @@ ], "devtools_page": "devtools.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" -} \ No newline at end of file +}