diff --git a/background.js b/background.js index 58aa898..3a8bad5 100644 --- a/background.js +++ b/background.js @@ -1,6 +1,6 @@ // StopMalwareContent's Source Code for Firefox extension // Inspired from https://github.com/StopModReposts/Extension -const API_URL = "https://smc.ldne.xyz/sites.json" +const API_URL = "https://smc.ldne.xyz/sites" let cachedSites = [] let ignoreList = [] let lastBlockedSite = { diff --git a/manifest.json b/manifest.json index acee891..b8ca566 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Stop Malware Content", - "version": "1.3.5", + "version": "1.3.6", "description": "Restricts access to harmful or unwanted web resources.",