1
0
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:
2025-05-04 11:12:11 +03:00
parent 1e60b776c4
commit 2eba532901
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
}
};