{
  "name": "DevMonk Connect",
  "short_name": "DevMonk",
  "description": "Self-hosted remote access — terminal, VPN, files, Docker from anywhere",
  "start_url": "/status",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "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" }
  ],
  "screenshots": [
    { "src": "/screenshot-wide.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" },
    { "src": "/screenshot-narrow.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow" }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    { "name": "Terminal", "url": "/terminal", "description": "Open web terminal" },
    { "name": "Files", "url": "/files", "description": "Browse files" },
    { "name": "VPN", "url": "/vpn", "description": "Manage VPN peers" }
  ]
}
