mirror of
https://github.com/mengxi-ream/read-frog.git
synced 2026-08-30 17:48:58 +08:00
fix: firefox extension id
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@read-frog/extension": patch
|
||||
---
|
||||
|
||||
fix: firefox extension id
|
||||
+1
-1
@@ -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",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user