{
  "name": "PostingPal",
  "short_name": "PostingPal",
  "id": "/",
  "description": "Catalog household items for shipping or estate planning, with Canadian inflation values.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#14285a",
  "lang": "en-CA",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "864x1939",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard with estimated shipment weight and inventory summary"
    },
    {
      "src": "/screenshots/add-item.png",
      "sizes": "864x1939",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Add an item with photo and category"
    },
    {
      "src": "/screenshots/reports.png",
      "sizes": "864x1939",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Generate insurance PDFs, manifests, and spreadsheet exports"
    }
  ]
}