{
  "name": "NTULA — Expertise meets trust. For everything you need.",
  "short_name": "NTULA",
  "description": "Trust is the Product. Evidence is the Currency. Discover vetted artisans and certified tradespeople.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#F8FAFC",
  "orientation": "portrait-primary",
  "id": "/",
  "scope": "/",
  "lang": "en",
  "permissions": ["app_badge"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity", "marketplace"],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "NTULA Home Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Providers",
      "short_name": "Browse",
      "description": "Find service providers near you",
      "url": "/?view=browse",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View and manage your bookings",
      "url": "/?view=bookings",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "Manage your account and settings",
      "url": "/?view=profile",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
