{
  "name": "QuickPics",
  "short_name": "QuickPics",
  "description": "Turn photos into beautiful beat-synced videos",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a0705",
  "theme_color": "#E8A838",
  "orientation": "portrait",
  "icons": [
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" },
    { "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": ["photography", "social"],
  "shortcuts": [
    {
      "name": "New Slideshow",
      "short_name": "New",
      "description": "Create a new photo slideshow",
      "url": "/upload",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
