manifest
{ "name": "SoftForge Progressive Web App", "short_name": "SoftForge", "icons": [ { "src": "/images/icon-medium.png", "sizes": "96x96" },{ "src": "/images/icon-large.png", "sizes": "192x192" } ], "theme_color": "#4B8432", "background_color": "#65B445", "display": "standalone", "orientation": "portrait", "start_url": "/?home=true" }
List of useful URLs in relation to PWA https://dev.opera.com/blog/pwa-taipei/
https://www.youtube.com/watch?v=MyQ8mtR9WxI Manifest Generator: http://brucelawson.github.io/manifest/
Manifest Validator: https://manifest-validator.appspot.com/
Introduction to Service-Worker: https://developers.google.com/web/fundamentals/primers/service-worker/
Making a Service Worker: A Case Study: https://www.smashingmagazine.com/2016/02/making-a-service-worker/
Your first push notification web app: https://developers.google.com/web/fundamentals/getting-started/push-notifications/?hl=en
Checking connected devices (for debugging PWA) : chrome://inspect Service workers https://www.youtube.com/watch?v=jCKZDTtUA2A Polymer https://www.youtube.com/watch?v=g7f1Az5fxgU
Web Push Notifications https://www.youtube.com/watch?v=uh0IASBexdM