Open marcustyphoon opened 3 months ago
Worked through most of the pain points for cross-browser MV3. Took about two hours, apparently.
Notable notes, off the top of my head:
optional_host_permissions
optional_permissions
<all_urls>
browser.permissions.request
Worked through most of the pain points for cross-browser MV3. Took about two hours, apparently.
Notable notes, off the top of my head:
optional_host_permissions
key replacingoptional_permissions
key<all_urls>
themselves in extension settings; in Chrome they can't. it is, as far as I can tell, literally impossible unless the extension callsbrowser.permissions.request
. this is stupid.