ZMYaro / paintz

A simple drawing app that runs in a web browser, designed to be an MS Paint substitute for Chromebooks and other Chrome OS devices. PaintZ is free, but please consider supporting development at https://ko-fi.com/ZMYaro or https://patreon.com/ZMYaro.
https://paintz.app
53 stars 11 forks source link

Use the browser install prompt when possible #212

Closed ZMYaro closed 1 year ago

ZMYaro commented 3 years ago

For now, Chrome Web Store > browser install > Play Store/Microsoft Store > instructions on how to install. Hold off on browser install > Chrome Web Store until rich install is supported on CrOS.

ZMYaro commented 2 years ago

This is basically already there except for Play Store/Microsoft Store. I am going to push this back until those store listings launch publicly and then see how they do before deciding to put in this effort. Also, CWS should probably be deprioritized even though rich install is not yet available on desktop since PWA installation can be done without leaving the page.

ZMYaro commented 2 years ago

Since desktop PWA installation has come a ways, changing the order to browser install > platform store > instructions on how to install.

ZMYaro commented 1 year ago

Replaced About dialog CWS install option with PWA install when available in https://github.com/ZMYaro/paintz/commit/11c95b07c44a6b79cbaaec16a6d1a4845d4aca3e.

Adding platform store options can be a separate ticket at some point after I release those.