fix: remove unsupported Firefox permission

This commit is contained in:
2026-07-15 02:53:49 +08:00
parent af629e9864
commit 8597e3b12f
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
}
}
},
"permissions": ["alarms", "contextMenus", "idle", "storage", "tabs", "windows", "http://127.0.0.1/*", "http://localhost/*"],
"permissions": ["alarms", "contextMenus", "idle", "storage", "tabs", "http://127.0.0.1/*", "http://localhost/*"],
"background": {
"scripts": ["hostname.js", "activity-tracker.js", "protocol.js", "api.js", "queue.js", "i18n.js", "background.js"]
},