Skip to content

Commit

Permalink
Add firefox extension id to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 committed Nov 13, 2023
1 parent 20bf270 commit 476ef1a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,13 @@ const manifestV2: Manifest.WebExtensionManifest = {
"src/pages/content/index.js",
"src/pages/inject/index.js",
...availableLocales.map((locale) => `/locales/${locale}.json`)
]
],
browser_specific_settings: {
gecko: {
id: "{c49b13b1-5dee-4345-925e-0c793377e3fa}",
strict_min_version: "48.0"
}
}
};

export { manifestV3, manifestV2 };

0 comments on commit 476ef1a

Please sign in to comment.