diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..d76918c --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,31 @@ +{ + "name": "Pulse", + "short_name": "Pulse", + "description": "Wulf Consulting operations console — tickets, RMM, backups, and analytics on the go.", + "start_url": "/mobile", + "scope": "/", + "display": "standalone", + "orientation": "portrait", + "theme_color": "#0075AD", + "background_color": "#FFFFFF", + "icons": [ + { + "src": "/wulff-logo.png", + "sizes": "any", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/branding/wulf-mark.png", + "sizes": "any", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/favicon.png", + "sizes": "any", + "type": "image/png", + "purpose": "any" + } + ] +}