{
  "name": "Stitch Studio - Pattern Editor",
  "short_name": "Stitch Studio",
  "description": "Design mosaic crochet, C2C, tapestry, and cross-stitch patterns",
  "start_url": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1b1b1f",
  "theme_color": "#663399",
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "application/json": [".stitch"]
      }
    }
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
