Better performance + "unlimitedStorage" permission

+ Changed the regex interpretation for better performance.
+ Also asked for "unlimitedStorage" permission to have enough space for user generated rules.
This commit is contained in:
Kevin Röbert
2019-03-14 17:59:16 +01:00
parent 43a510efe7
commit 80af6f6fea
2 changed files with 57 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
"version": "1.5a",
"version": "1.5.1a",
"author": "Kevin R.",
"description": "Remove tracking elements form URLs.",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
@@ -50,7 +50,8 @@
"webRequest",
"webRequestBlocking",
"storage",
"tabs"
"tabs",
"unlimitedStorage"
],
"background": {
"scripts": [