Skip to content

Commit

Permalink
Remove extension.sh permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Mar 26, 2021
1 parent ae7121c commit 2d4fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2d4fdae

Please sign in to comment.