We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177056d commit 6cc0865Copy full SHA for 6cc0865
vite.config.ts
@@ -38,6 +38,12 @@ export default defineConfig({
38
manifest.background = {
39
page: "background.js",
40
};
41
+ manifest.browser_specific_settings = {
42
+ gecko: {
43
+ id: "{ea2ad5bc-e458-414d-8565-5cfe9f7cf0c2}",
44
+ strict_min_version: "109.0",
45
+ },
46
+ };
47
}
48
49
return JSON.stringify(manifest, null, 4);
0 commit comments