weatherstorm / Sofaskin-CW9009

Sofaskin-CW9009 skin for Weewx is a modified version of the Sofaskin developed by Sven at https://neoground.com/portfolio/neowx/. He no longer supports the original skin. Please see the readme for dependency requirements to use this skin.
http://www.centuryfarmweather.com
MIT License
17 stars 11 forks source link

Convert to PWA #19

Closed stephanritscher closed 2 years ago

stephanritscher commented 2 years ago

Without this PR, Firefox for Android offers an "add to home screen" button which is basically only a link which is opened in the regular Firefox app. With this PR, Firefox for Android offers to "Install" the website as Progressive Web App on the home screen. This separates the website in a separate activity/process in Android and hides some of regular browser controls.

The requiremens for Firefox for Android to recognize a PWA are explained here. Basically you need a secure site (thus I changed http references to https - not all of them would be necessary, but better safe than sorry), a webmanifest with an large (192x192) icon and an (short_)name.

weatherstorm commented 2 years ago

Thanks for adding this to the skin.