{
  "name": "SortAm - Find Verified Artisans",
  "short_name": "SortAm",
  "description": "Find verified artisans near you. Plumbers, electricians, AC technicians and more. Escrow-protected payments.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "categories": ["utilities", "business"],
  "screenshots": [
    {
      "src": "/og-image.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg"
    }
  ],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Artisan",
      "short_name": "Find",
      "description": "Search for artisans near you",
      "url": "/app/map",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "My Jobs",
      "short_name": "Jobs",
      "description": "View your jobs",
      "url": "/app/history",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}
