Add options_ui to manifest.json

This commit is contained in:
Kevin Röbert 2018-08-30 02:52:18 +02:00
parent ba27e3aaae
commit dd3bbac0ba

View File

@ -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": ["<all_urls>"]
}
]
],
"options_ui": {
"page": "html/settings.html"
}
}