- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 17 Jan 2024 16:51:48 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 18 January 2024 00:51:54 UTC
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