Hi π
Although Ryot includes a manifest.json, the app is not installable as a PWA on desktop browsers (Chrome / Edge).
The manifest only defines maskable icons and also contains an invalid sizes value using floating-point numbers. Desktop browsers require at least one valid icon with:
purpose: "any"
integer sizes (e.g. 192x192, 512x512)
Iβd personally prefer to use Ryot as a desktop PWA, so fixing the manifest would greatly improve usability on desktop.
Thanks! π