Files
Goddess/pwa/manifest.json
TutorialsGHG b011c7ad75 Initial commit
2026-04-12 21:57:21 +02:00

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" }
]
}