Shortcut to open popup (#626)
This commit is contained in:
parent
2f6aef3b16
commit
8ee3957ca0
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue