Initial commit

This commit is contained in:
TutorialsGHG
2026-04-12 21:57:21 +02:00
commit b011c7ad75
12 changed files with 2762 additions and 0 deletions

15
pwa/manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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" }
]
}