feat: localize browser extension context menus

This commit is contained in:
2026-07-11 22:17:19 +08:00
parent 18bff9f352
commit 766458d0a0
4 changed files with 167 additions and 10 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", "background.js"]
"scripts": ["protocol.js", "api.js", "queue.js", "i18n.js", "background.js"]
},
"browser_action": {
"default_popup": "popup/popup.html",