15 lines
503 B
JSON
15 lines
503 B
JSON
{
|
|
"name": "NotifyPulse",
|
|
"short_name": "NotifyPulse",
|
|
"description": "Multi-usecase notification and wallpaper manager",
|
|
"start_url": "/pwa/",
|
|
"scope": "/pwa/",
|
|
"display": "standalone",
|
|
"background_color": "#08080a",
|
|
"theme_color": "#08080a",
|
|
"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" }
|
|
]
|
|
} |