fix: firefox extension id

This commit is contained in:
ananaBMaster
2026-02-24 15:48:08 -08:00
parent 6c7ed7376e
commit e1943f1643
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@read-frog/extension": patch
---
fix: firefox extension id
+1 -1
View File
@@ -41,7 +41,7 @@ export default defineConfig({
...(browser === "firefox" && {
browser_specific_settings: {
gecko: {
id: "extension@readfrog.app",
id: "{bd311a81-4530-4fcc-9178-74006155461b}",
strict_min_version: "109.0",
},
},