Shortcut to open popup (#626)

This commit is contained in:
nobody 2021-08-15 18:19:58 +02:00
parent 2f6aef3b16
commit 8ee3957ca0
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 10 additions and 1 deletions

View File

@ -57,6 +57,14 @@
"resources/*"
],
"content_security_policy": "default-src 'self'; img-src 'self' data:"
"content_security_policy": "default-src 'self'; img-src 'self' data:",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+L"
}
}
}
}

View File

@ -32,6 +32,7 @@
<p>Improved</p>
<ul>
<li>Label and handling "Block Google Fonts" toggle (<a href="https://codeberg.org/nobody/LocalCDN/issues/624">#624</a>)</li>
<li>Shortcut to open popup (<a href="https://codeberg.org/nobody/LocalCDN/issues/626">#626</a>)</li>
</ul>
<p>Fixed</p>
<ul>