Nützliche Links zu PWA

Wichtigsten Einträge für manifest.json

{
 "name": "My PWA Test",
 "short_name": "PWA Test",
 "lang": "en-US",
 "start_url": "/",
 "background_color": "#2C3E50",
 "theme_color": "#18BC9C",
 "display": "standalone",
 "icons": [
    ...
  ]
}