From 80f7b800c75446470ceab47996d43a2e0ea0ff8e Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 24 Jun 2014 07:27:06 -0400 Subject: [PATCH] this fixes #1 --- assets/ublock/filter-lists.json | 3 --- manifest.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/ublock/filter-lists.json b/assets/ublock/filter-lists.json index 6583fe5c9..b149af33c 100644 --- a/assets/ublock/filter-lists.json +++ b/assets/ublock/filter-lists.json @@ -1,7 +1,4 @@ { - "raw.githubusercontent.com/gorhill/httpswitchboard/master/assets/httpsb/blacklist.txt": { - "title": "HTTP Switchboard" - }, "mirror1.malwaredomains.com/files/immortal_domains.txt": { "title": "Long-lived malware domains" }, diff --git a/manifest.json b/manifest.json index 5c5258a31..da49bc06a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "µBlock", - "version": "0.1.0.3", + "version": "0.1.0.4", "description": "__MSG_extShortDesc__", "icons": { "16": "img/icon_16.png",