{
  "name": "StitchCraft",
  "short_name": "StitchCraft",
  "description": "Knitting patterns and tools, built for every gauge.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F7F3EA",
  "theme_color": "#8C4630",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Marketplace",
      "short_name": "Marketplace",
      "description": "Browse patterns in the marketplace",
      "url": "/marketplace",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Designer Dashboard",
      "short_name": "Dashboard",
      "description": "Open the designer dashboard",
      "url": "/designer/dashboard",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["lifestyle", "productivity"],
  "screenshots": [],
  "share_target": {
    "action": "/stitch-tips/new",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
