diff --git a/manifest.json b/manifest.json index 4b9e609..e861720 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.3.3.10", + "version": "1.3.3.11", "author": "Kevin R.", "description": "Remove tracking elements form URLs.", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls", @@ -63,5 +63,8 @@ { "matches": [""] } - ] + ], + "options_ui": { + "page": "html/settings.html" + } }