Remove extension.sh permission

This commit is contained in:
Folyd 2021-03-26 23:01:54 +08:00
parent ae7121cce8
commit 2d4fdaedab

View file

@ -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(