I'm trying to understand the comment about being allowed to use webRequestBlocking for extensions installed with ExtensionInstallForcelist (here:
https://developer.chrome.com/extensions/migrating_to_manifest_v3#api_checklist ).
Our extension listing is installed by users directly from the web store AND using the ExtensionInstallForcelist policy.
Does the comment on that page mean:
1) The extension can still request the webRequestBlocking permission but that feature will only work at runtime if the extension is installed with ExtensionInstallForcelist?
- or -
2) An extension requesting webRequestBlocking will fail to install at all if it is not installed with ExtensionInstallForcelist?
I think pretty clearly number (1) would be preferable. Because if it's number (2) then we'd have to create and maintain a separate listing and manage communication with users about which one is which (ugh!).