Why ChromeOS extensions cannot list PWAs or system apps
Summary A developer attempted to build a ChromeOS-specific extension intended to orchestrate or interact with the device’s ecosystem. The requirement was to enumerate all installed applications, including Progressive Web Apps (PWAs) and system-level default apps. The developer utilized chrome.management.getAll(), but discovered it is strictly scoped to the extension ecosystem (extensions and legacy Chrome Apps), failing … Read more