From 8ad5353bf3f698ec8653ec97e9da66ae58536b0a Mon Sep 17 00:00:00 2001 From: sameerasw Date: Wed, 26 Feb 2025 16:41:15 +0530 Subject: JSON link fixed --- manifest.json | 2 +- popup/popup.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8eb0dd9..9517613 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Zen Internet", - "version": "1.0.0", + "version": "1.0.1", "description": "Inject custom css from my repository in real time", "browser_specific_settings": { "gecko": { diff --git a/popup/popup.js b/popup/popup.js index 161634d..1367a5a 100644 --- a/popup/popup.js +++ b/popup/popup.js @@ -43,7 +43,7 @@ new(class ExtensionPopup { this.saveSettings(); this.updateActiveTabStyling(); }); - + this.currentSiteFeatures.addEventListener("change", (event) => { if (event.target.type === 'checkbox') { this.saveSettings(); @@ -169,7 +169,7 @@ new(class ExtensionPopup { this.refetchCSSButton.textContent = "Fetching..."; try { const response = await fetch( - "https://github.com/sameerasw/my-internet/raw/refs/heads/experimental/styles.json", + "https://sameerasw.github.io/my-internet/styles.json", { headers: { "Cache-Control": "no-cache", -- cgit v1.2.3