mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
Replace options_page with options_ui
This commit is contained in:
parent
84897f5525
commit
93d9cca58b
2 changed files with 2 additions and 2 deletions
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit 62915c9e8b7e4babab3061d4f53996591ebdf267
|
||||
Subproject commit 0e08fec272d137fe05b8f75d48c821a6634ce026
|
|
@ -47,7 +47,7 @@ else
|
|||
|
||||
json.addIcons(icons())
|
||||
.addPermissions(['storage', 'unlimitedStorage'])
|
||||
.setOptionsPage('manage/index.html')
|
||||
.setOptionsUi('manage/index.html')
|
||||
.addContentScript(
|
||||
matches=['*://docs.rs/*'],
|
||||
js=utils.js_files('script', ['lib', 'docs-rs', 'svgs', 'rust-src-navigate']) + utils.js_files('libs', ['semver']),
|
||||
|
|
Loading…
Reference in a new issue