Files
Goddess/pwa/manifest.json
TutorialsGHG 13bf50b01e 3.1
2026-04-12 22:04:59 +02:00

16 lines
504 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" }
]
}