{
    "name": "TechConnect – Technician Subscription Service",
    "short_name": "TechConnect",
    "description": "Post problems, find local technicians and connect instantly via WhatsApp or phone. Installable PWA for mobile-like experience.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#0b63d6",
    "lang": "en-US",
    "icons": [
      {
        "src": "https://meku.dev/images/meku.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "https://meku.dev/images/meku.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any maskable"
      }
    ],
    "shortcuts": [
      {
        "name": "Post a Problem",
        "short_name": "Post",
        "description": "Open post problem screen",
        "url": "/",
        "icons": [{ "src": "https://meku.dev/images/meku.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }]
      },
      {
        "name": "Posted problems",
        "short_name": "Posted",
        "description": "Browse problems posted by customers",
        "url": "/technician/jobs",
        "icons": [{ "src": "https://meku.dev/images/meku.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }]
      },
      {
        "name": "Technicians",
        "short_name": "Techs",
        "description": "Technician registration and notifications",
        "url": "/technicians",
        "icons": [{ "src": "https://meku.dev/images/meku.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }]
      }
    ]
  }