{
  "name": "StoopProof",
  "short_name": "StoopProof",
  "description": "Your neighborhood, verified. Local services with payment held until the job is done.",
  "id": "/",
  "start_url": "/guide",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#D85A30",
  "orientation": "portrait",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Fix something",
      "short_name": "Fix it",
      "url": "/fix",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "This week",
      "short_name": "Guide",
      "url": "/guide",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
