mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
Remove extension.sh permission
This commit is contained in:
parent
ae7121cce8
commit
2d4fdaedab
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ local json = manifest.new(
|
|||
css=[],
|
||||
)
|
||||
.addContentScript(
|
||||
matches=['*://rust.extension.sh/update', '*://extension.sh/update/'],
|
||||
matches=['*://rust.extension.sh/update'],
|
||||
js=utils.js_files('script', ['rust-extension-sh']),
|
||||
css=[],
|
||||
).addContentScript(
|
||||
|
|
Loading…
Reference in a new issue