Rename options.html & fix path
This commit is contained in:
parent
370a0a2c35
commit
4cbd48b9f9
|
@ -11,7 +11,7 @@ const URLS = {
|
|||
ownOrigin: chrome.runtime.getURL(''),
|
||||
|
||||
optionsUI: [
|
||||
chrome.runtime.getURL('options/index.html'),
|
||||
chrome.runtime.getURL('options.html'),
|
||||
'chrome://extensions/?options=' + chrome.runtime.id,
|
||||
],
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
},
|
||||
"default_locale": "en",
|
||||
"options_ui": {
|
||||
"page": "index.html",
|
||||
"page": "options.html",
|
||||
"chrome_style": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user