mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
Migration to MV3
This commit is contained in:
@@ -727,3 +727,9 @@ function start() {
|
||||
["blocking"]
|
||||
);
|
||||
}
|
||||
|
||||
// TODO: Must be asked after install
|
||||
browser.permissions.request({
|
||||
permissions: ["webRequest", "webRequestBlocking", "tabs", "scripting", "webNavigation"],
|
||||
origins: ["<all_urls>"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user