Closed uinstinct closed 1 month ago
manifest.side_panel produces a type error: Property 'side_panel' does not exist on type 'WebExtensionManifest'.
manifest.side_panel
Property 'side_panel' does not exist on type 'WebExtensionManifest'.
we can typecast it as any
Personally, I like to refer to the chrome.runtime.ManifestV3 type here, but I’ve confirmed that @types/chrome hasn’t updated the field yet, so let’s go ahead and merge this PR now.
chrome.runtime.ManifestV3
@types/chrome
Description
manifest.side_panel
produces a type error:Property 'side_panel' does not exist on type 'WebExtensionManifest'.
we can typecast it as any
Linked Issues
Additional context