{
  "name": "Ulv Portal - Project Management",
  "short_name": "Ulv",
  "description": "Your comprehensive project management portal with real-time chat, task management, and team collaboration",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#16FFBB",
  "background_color": "#0A081B",
  "categories": ["productivity", "business", "collaboration"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Open team chat",
      "url": "/chat",
      "icons": [
        {
          "src": "/icons/ulv-pwa-icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Boards",
      "short_name": "Boards",
      "description": "View project boards",
      "url": "/boards",
      "icons": [
        {
          "src": "/icons/ulv-pwa-icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/pwa-preview-wide.jpg",
      "sizes": "1170x768",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Ulv Portal preview"
    },
    {
      "src": "/pwa-preview-wide.jpg",
      "sizes": "1170x768",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Ulv Portal preview"
    }
  ],
  "icons": [
    {
      "src": "/icons/ulv-pwa-icon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ulv-pwa-icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ulv-pwa-icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ulv-pwa-icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ulv-pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/ulv-pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+ulv",
      "url": "/?action=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}