{
  "name": "Homeroom — Yearbook",
  "short_name": "Homeroom",
  "description": "Build, order, and capture for your K-12 yearbook — works offline.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f7f8fa",
  "theme_color": "#2f6df0",
  "categories": ["education", "photo", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "photos",
          "accept": ["image/jpeg", "image/png", "image/heic", "image/heif", "image/webp"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icons/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Capture photos",
      "short_name": "Capture",
      "description": "Snap or upload candids from your phone",
      "url": "/m/capture?source=pwa-shortcut"
    },
    {
      "name": "Approve a proof",
      "short_name": "Proof",
      "description": "Review and approve your child's yearbook proof",
      "url": "/m/proof?source=pwa-shortcut"
    }
  ]
}
