Understand the devtools.json output format
mainThe plugin serves the project settings at the /.well-known/appspecific/com.chrome.devtools.json endpoint. This JSON structure is used by Chrome DevTools to identify the workspace root and the project UUID.
{
"workspace": {
"root": "/path/to/project/root",
"uuid": "6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b"
}
}