{
  "name": "Blueprint - Construction Project Management",
  "short_name": "Blueprint",
  "description": "Modern construction project management platform for builders, contractors, and customers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": 3,
      "label": "Dashboard view"
    },
    {
      "src": "/screenshots/projects.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": 3,
      "label": "Projects list"
    },
    {
      "src": "/screenshots/schedule.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": 3,
      "label": "Schedule view"
    },
    {
      "src": "/screenshots/invoices.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": 3,
      "label": "Invoices view"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/builder",
      "description": "View your project dashboard"
    },
    {
      "name": "Projects",
      "url": "/builder/projects",
      "description": "View all projects"
    },
    {
      "name": "Schedule",
      "url": "/builder/schedule",
      "description": "Project schedule and Gantt chart"
    },
    {
      "name": "Invoices",
      "url": "/builder/invoices",
      "description": "Manage invoices"
    },
    {
      "text": "Messages",
      "url": "/builder/messages",
      "description": "View messages"
    },
    {
      "name": "Settings",
      "url": "/builder/settings",
      "description": "Account settings"
    }
  ],
  "categories": ["business", "productivity"],
  "prefer_related_applications": false
}
