Add site blocked alert page

Inform the user about the full url blocking
This commit is contained in:
Kevin Röbert
2017-09-13 23:35:40 +02:00
parent b23089ac9a
commit e528ade2f0
4 changed files with 109 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
"version": "1.1.2.1",
"version": "1.1.2.2",
"author": "Kevin R.",
"description": "Remove tracking elements form URLs. ",
"homepage_url": "https://github.com/KevinRoebert/ClearUrls",
@@ -36,5 +36,8 @@
{
"matches": ["<all_urls>"]
}
],
"web_accessible_resources": [
"siteBlockedAlert.html"
]
}
}