29 lines
683 B
JSON
29 lines
683 B
JSON
{
|
|
"name": "FCM Test PWA",
|
|
"short_name": "FCM Test",
|
|
"description": "PWA for testing Firebase Cloud Messaging",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"display_override": ["window-controls-overlay", "standalone"],
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#2196F3",
|
|
"orientation": "portrait-primary",
|
|
"scope": "/",
|
|
"icons": [
|
|
{
|
|
"purpose": "any maskable",
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"purpose": "any maskable",
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"categories": ["utilities", "productivity"],
|
|
"lang": "en-US"
|
|
}
|