openhab / org.openhab.ui.habot

A chatbot for openHAB using machine-learning natural language processing from OpenNLP
Eclipse Public License 1.0
65 stars 31 forks source link

Add manifest for PWA #10

Closed stritti closed 6 years ago

stritti commented 6 years ago

For better PWA-support I think HABot should add a manifest.json.

For further Information, see e.g. https://docs.pwabuilder.com/what/is/a/pwa/2018/02/03/what-is-a-manifest.html

ghys commented 6 years ago

There's a manifest of course, it wouldn't be a PWA at all without one :) It's generated during the build phase by the sw-precache-webpack-plugin.

By the way, the Lighthouse audit score is 91 (used to be 100 but now that I added the charts and moment.js it's got a bit fat and the initial caching is apparently a little too slow on 3G)

image

stritti commented 6 years ago

ups, what a shame. Should have deeper look bevor shooting ...