Re: [w3c/manifest] Feature request: "isolate web app" hint (Issue #1109)

It doesn't seem one would need  "no-isolate" or "auto", IMO. Why not just declare the `app_mode` (or something) instead:

```JSON
{
    "app_mode": "isolated"
}
```

If not present, it's the same as "auto" (user chooses). There is no case, IMO, where "no-isolate" makes sense, because in theory it's a user's choice to isolate the web app. Having `"app_mode": "isolated"` forces that choice, but otherwise nothing else should be needed. 





-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1109#issuecomment-1897571375
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/1109/1897571375@github.com>

Received on Thursday, 18 January 2024 00:51:54 UTC