{
  "name": "theNDLPTapp - What stitch is that?",
  "short_name": "theNDLPTapp",
  "description": "What stitch is that? — Manage your needlepoint WIPs, thread stash, and identify stitches with StitchID.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#4870A8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ndlpt-logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["lifestyle", "social", "productivity"],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "My Stash",
      "short_name": "Stash",
      "description": "View your thread stash",
      "url": "/stash?tab=threads",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "New WIP",
      "short_name": "New WIP",
      "description": "Start a new project",
      "url": "/stash?tab=projects",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "StitchID",
      "short_name": "StitchID",
      "description": "Identify a stitch with AI",
      "url": "/stitch-id",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
