I'm developing a Chrome extension specifically for ChromeOS (I need to use the Enterprise API). The thing is, I have my extension self-hosted and I'm able to force-install it on all devices in my organizational unit, which includes Windows, Linux, and Mac devices. The extension works as expected on all devices. However, on ChromeOS, the extension doesn't even appear registered in chrome://serviceworker-internals/.
I read in
this post that enabling the
DeveloperToolsAvailability option could help me enable developer tools, but when I click "Inspect views service worker (Inactive)," nothing happens, absolutely nothing.
Maybe I'm missing some permission in the Google console for extensions to be able to create services on ChromeOS?
I've attached my manifest.json file in case it helps.