feat: normalize browser hostnames consistently

This commit is contained in:
2026-07-12 17:15:35 +08:00
parent d8bd1d1828
commit e67a7e4ff7
8 changed files with 146 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
},
"permissions": ["contextMenus", "storage", "tabs", "http://127.0.0.1/*", "http://localhost/*"],
"background": {
"scripts": ["protocol.js", "api.js", "queue.js", "i18n.js", "background.js"]
"scripts": ["hostname.js", "protocol.js", "api.js", "queue.js", "i18n.js", "background.js"]
},
"browser_action": {
"default_popup": "popup/popup.html",