{
  "name": "ESV Photography Platform",
  "short_name": "ESV",
  "description": "Photography Community & DAM Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f6efe4",
  "theme_color": "#044c77",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["photo", "productivity"],
  "shortcuts": [
    {
      "name": "Upload Photos",
      "url": "/albums",
      "description": "Upload photos to an album"
    },
    {
      "name": "Search",
      "url": "/search",
      "description": "Search your photos"
    },
    {
      "name": "Explore",
      "url": "/explore",
      "description": "Discover public photos"
    }
  ]
}
