From a6a5c236c696f9a0663be3fa825c03dd146a5bdc Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Thu, 8 May 2025 02:09:22 +0300 Subject: [PATCH] fix: broken chrome store link --- data/links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/links.ts b/data/links.ts index 16042e0..ba2b075 100644 --- a/data/links.ts +++ b/data/links.ts @@ -21,4 +21,4 @@ export const storeLink: string = ? "https://addons.mozilla.org/en-US/firefox/addon/ms-edge-tabs-aside/" : chrome.runtime.getManifest().update_url?.startsWith("https://edge.microsoft.com/") ? "https://microsoftedge.microsoft.com/addons/detail/tabs-aside/kmnblllmalkiapkfknnlpobmjjdnlhnd" : - "https://chrome.google.com/webstore/detail/mgmjbodjgijnebfgohlnjkegdbdjgin"; + "https://chromewebstore.google.com/detail/tabs-aside/mgmjbodjgijnebfgohlnjkegdpbdjgin";