{
  "id": "/",
  "name": "Silver Spoon Services",
  "short_name": "Silver Spoon",
  "description": "Premium event services marketplace connecting organizers with professional service providers",
  "theme_color": "#1f2937",
  "background_color": "#0d0d0d",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "orientation": "portrait-primary",
  "categories": ["business", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/pwa-icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Silver Spoon Services - Home"
    },
    {
      "src": "/screenshots/mobile.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Silver Spoon Services - Browse Services"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Services",
      "short_name": "Services",
      "description": "Browse event service providers",
      "url": "/services",
      "icons": [
        {
          "src": "/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Become Provider",
      "short_name": "Join",
      "description": "List your business",
      "url": "/list-business",
      "icons": [
        {
          "src": "/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
