20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"name": "My Web App",
|
|
"short_name": "WebApp",
|
|
"description": "A web app for my awesome website.",
|
|
"start_url": "/?source=pwa",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "ghostwhite",
|
|
"icons": [
|
|
{
|
|
"src": "https://data.lukasrosier.com/appsmall.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "https://data.lukasrosier.com/app.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
}
|