Rename options.html & fix path

This commit is contained in:
Rob Garrison 2017-07-14 03:25:33 -05:00
parent 370a0a2c35
commit 4cbd48b9f9
3 changed files with 2 additions and 2 deletions

View File

@ -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,
],

View File

@ -62,7 +62,7 @@
},
"default_locale": "en",
"options_ui": {
"page": "index.html",
"page": "options.html",
"chrome_style": true
}
}