diff --git a/manifest.json b/manifest.json index e953108..78da83a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "HaramBlur", "description": "Protect your privacy and uphold Islamic values by auto detecting & blurring images and videos of unwanted or impermissible content.", - "version": "0.2.4", + "version": "0.2.5", "permissions": ["storage", "offscreen","contextMenus"], "author": "md.alganzory@gmail.com", "action": { diff --git a/src/background.js b/src/background.js index a7c4146..8c87609 100644 --- a/src/background.js +++ b/src/background.js @@ -113,6 +113,7 @@ chrome.runtime.onInstalled.addListener(function (details) { }); } else if (details?.reason === "update") { const currentVersion = chrome.runtime.getManifest().version; + if (currentVersion == "0.2.4" || currentVersion == "0.2.5") return; // no need to show update page for this version const previousVersion = details.previousVersion; if (currentVersion != previousVersion) { chrome.tabs.create({