so it looks like a real app on the phone and other webby devices.
probably needs a webapp manifest. https://developer.mozilla.org/en-US/docs/Web/Manifest
Somehow I rember there was some issues with manifest.json and pwa should use service worker to configure offline pages etc... but I can't find it and probably that is out of date as well.
looks like manifest.json is the way to go.
Somehow I rember there was some issues with manifest.json and pwa should use service worker to configure offline pages etc... but I can't find it and probably that is out of date as well.
looks like manifest.json is the way to go.
so it looks like a real app on the phone and other webby devices.
probably needs a webapp manifest. https://developer.mozilla.org/en-US/docs/Web/Manifest
Somehow I rember there was some issues with manifest.json and pwa should use service worker to configure offline pages etc... but I can't find it and probably that is out of date as well.
looks like manifest.json is the way to go.
yeah, that was probably from the time offline settings were in the manifest. indeed offline mode is now handled by service workers.
done! in #41