Skip to content

Commit 6cc0865

Browse files
committed
build: Added firefox id and min version
1 parent 177056d commit 6cc0865

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vite.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ export default defineConfig({
3838
manifest.background = {
3939
page: "background.js",
4040
};
41+
manifest.browser_specific_settings = {
42+
gecko: {
43+
id: "{ea2ad5bc-e458-414d-8565-5cfe9f7cf0c2}",
44+
strict_min_version: "109.0",
45+
},
46+
};
4147
}
4248

4349
return JSON.stringify(manifest, null, 4);

0 commit comments

Comments
 (0)