- Getting Started With Progressive Web Apps (PWA)
- Favicon & App Icon Generator
- Web App Manifest Generator
- PWA Builder (Generiert u.a. Service Worker)
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": [
...
]
}