Shortcut to open popup (#626)
This commit is contained in:
parent
2f6aef3b16
commit
8ee3957ca0
|
@ -57,6 +57,14 @@
|
||||||
"resources/*"
|
"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>
|
<p>Improved</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Label and handling "Block Google Fonts" toggle (<a href="https://codeberg.org/nobody/LocalCDN/issues/624">#624</a>)</li>
|
<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>
|
</ul>
|
||||||
<p>Fixed</p>
|
<p>Fixed</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in New Issue