Skip to content

Commit

Permalink
new API url & increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Jun 17, 2024
1 parent 8de557f commit bec2344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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.",

Expand Down

0 comments on commit bec2344

Please sign in to comment.