From 2eba532901aea3d789c0bae6934a750322b90f28 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Sun, 4 May 2025 11:12:11 +0300 Subject: [PATCH] chore: firefox extension id fix --- README.md | 2 +- wxt.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f36d9b0..21e084b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Check out our [latest blog post](https://at.xfox111.net/tabs-aside-3-0) regardin > **Important!** This will _replace_ officialy installed version if you have one. -If you want to sideload it without replacing to run both versions at the same time - before loading add-on, open `manifest.json` in a text editor and change `id` key (it's `passwordgenerator@xfox111.net` by default) to something else +If you want to sideload it without replacing to run both versions at the same time - before loading add-on, open `manifest.json` in a text editor and change `id` key (it's `tabsaside@xfox111.net` by default) to something else diff --git a/wxt.config.ts b/wxt.config.ts index a413367..d1c752c 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -71,7 +71,7 @@ export default defineConfig({ manifest.browser_specific_settings = { gecko: { - id: "tabs-aside@xfox111.net", + id: "tabsaside@xfox111.net", strict_min_version: "109.0" } };