Skip to content

Commit

Permalink
use same extension id as manifest v2 in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Dec 6, 2024
1 parent c6142fe commit 638fd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function buildManifest(network: Network, browser: Browser, mode: string)
} else if (browser === "firefox") {
manifest.background = { scripts: [r("background/background.ts")] };
manifest.browser_specific_settings = {
gecko: { id: "dbeafd3777d14d1160429696d70bbeb91e0998fb@nautilus" }
gecko: { id: "{35bc2a66-11b8-410d-8c0e-463db6744795}" }
};
}

Expand Down

0 comments on commit 638fd49

Please sign in to comment.