You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extension_manifest_validate warns when a Chrome-desktop-only manifest
key (for example file_browser_handlers) rides an Edge target, where it
is inert. Family-level prefix resolution already worked; this adds
granularity inside the chromium family for Edge-targeted publishers.
extension_logout now returns revokeUrl pointing at the project's
access-tokens page and says plainly that the token stays valid
server-side until revoked there. The scope is read before the local
credentials are cleared so the link can still be built.