mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
chore: firefox extension id fix
This commit is contained in:
@@ -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
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
+1
-1
@@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user