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 +}