Progressive Web App (PWA) P.3

Kim Quy
1 min readApr 23, 2017

App Manifest

The web app manifest is a simple JSON file that gives you the developer the ability to control how your appears to users in areas where they would normally see apps and more importantly how it behaves when it’s launced from the home screen. This is an example from Google:

HTTPS

HTTPS helps prevent intruders from tampering with the communication between your pwa and your user’s browser. GitHub page and Firebase both support static hosting over HTTPS and the Google Cloud platform offers app engine. Which can support HTTPS and is useful if you need any back end logic. Firsbase’s hosting is that it redirects all requests to HTTPS. Even if a users types in http:// it will automatically redirect to the secure url.

Sumary

This is my note when I learned progressive web app. I don’t use this to teach or get money. If you have any opinion or something to talk with me or something wrong in this post, please comment to let me know. It will make me improve my knowledge. I’m always willing to listen to your opinion.

More technology. Accelerated Mobile Page is technology to improve UX.
https://www.youtube.com/watch?v=lBTCB7yLs8Y

--

--