16 lines
513 B
JSON
16 lines
513 B
JSON
{
|
|
"name": "NotifyPulse",
|
|
"short_name": "NotifyPulse",
|
|
"description": "Wallpaper & notification receiver for NotifyPulse desktop",
|
|
"start_url": "/pwa/",
|
|
"scope": "/pwa/",
|
|
"display": "standalone",
|
|
"background_color": "#0d0d0f",
|
|
"theme_color": "#0d0d0f",
|
|
"orientation": "portrait",
|
|
"icons": [
|
|
{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
|
|
{ "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
|
|
]
|
|
}
|