{
  "name": "Shoot Brief",
  "short_name": "Shoot Brief",
  "description": "The all-in-one tool for professional photographers",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0d0d0d",
  "theme_color": "#4f8a1f",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-GB",
  "categories": ["photography", "productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Shoot",
      "short_name": "New Shoot",
      "description": "Create a new shoot",
      "url": "/planner",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your shoots",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
