{
"name": "HackerWeb",
"short_name": "HackerWeb",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "A simply readable Hacker News app.",
"icons": [{
"src": "images/touch/homescreen48.png",
"sizes": "48x48",
"type": "image/png"
}, …],
…
}
https://developer.mozilla.org/en-US/docs/Web/Manifest
sw-precache
for the application shell.sw-toolbox
for runtime caching.angular/app-shell to show/hide certain elements in a pre-rendered component.
angular/universal to render Angular on the server.
--mobile
flag disabled with the migration to webpack
Angular Mobile Toolkit guides are outdated: 1.0.0‑beta.4
#108,
#109