{
  "id": "/?source=pwa",
  "name": "Build It Pilot — AI build plans for DIYers",
  "short_name": "Build It Pilot",
  "description": "Describe what you want to build, attach a photo, and get a parts list, tools, and step-by-step instructions for DIYers.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "theme_color": "#E07A2C",
  "background_color": "#F7F2EA",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "lifestyle"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [],
  "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "monochrome" }
  ],
  "screenshots": [
    { "src": "/screenshot-wide.jpg", "sizes": "1280x800", "type": "image/jpeg", "form_factor": "wide", "label": "Build It Pilot dashboard with your DIY builds." },
    { "src": "/screenshot-narrow.jpg", "sizes": "768x1344", "type": "image/jpeg", "form_factor": "narrow", "label": "Build It Pilot on mobile." }
  ],
  "shortcuts": [
    { "name": "Start a new build", "short_name": "New build", "description": "Begin a fresh AI build plan.", "url": "/new?source=shortcut", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Build history", "short_name": "History", "description": "View past builds.", "url": "/history?source=shortcut", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Dashboard", "short_name": "Dashboard", "description": "Workshop overview.", "url": "/dashboard?source=shortcut", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "/new",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "prompt",
      "url": "url",
      "files": [
        { "name": "photo", "accept": ["image/jpeg", "image/png", "image/webp", "image/heic"] }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/new",
      "accept": { "image/*": [".jpg", ".jpeg", ".png", ".webp", ".heic"] },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    { "protocol": "web+buildit", "url": "/new?prompt=%s" }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "widgets": [
    {
      "name": "Today's build tip",
      "short_name": "Build tip",
      "description": "A daily DIY tip from Build It Pilot.",
      "tag": "build-tip",
      "template": "build-tip-template",
      "ms_ac_template": "/widgets/build-tip.json",
      "data": "/widgets/build-tip-data.json",
      "type": "application/json",
      "screenshots": [
        { "src": "/screenshot-wide.jpg", "sizes": "1280x800", "label": "Daily build tip" }
      ],
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }],
      "auth": false,
      "update": 86400,
      "backgrounds": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    }
  ]
}
