Slide 27
Slide 27 text
Web Manifest
“name”: “my progressive web application”,
“shortname”: “myPWA”,
“display”: “standalone”,
“icons”: [{
“src”: “hd_icon.svg”,
“sizes”: “256x256”
}],
“background_color”: “#1E1E1E”,
“orientation”: “portrait”
manifest.json
more info @
https://tinyurl.com/mdn-web-manifest