web: Rename `settings.htm` to `settings.html`

This commit is contained in:
Toad06 2021-01-03 14:51:15 +01:00 committed by Mike Welsh
parent ed221c5aef
commit 9449abf873
3 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ function tabSendmessage() {
function openSettingsPage() {
if (chrome && chrome.tabs && chrome.tabs.create) {
chrome.tabs.create({ url: "/settings.htm" });
chrome.tabs.create({ url: "/settings.html" });
/* Open the settings page manually */
} else if (browser && browser.runtime && browser.runtime.openOptionsPage) {
browser.runtime.openOptionsPage();

View File

@ -26,7 +26,7 @@
"browser_style": true
},
"options_ui": {
"page": "settings.htm",
"page": "settings.html",
"open_in_tab": true
}
}