{
  "name": "Spoolr — Local 3D Printing Marketplace",
  "short_name": "Spoolr",
  "description": "Connect with 3D printer owners near you. Upload your design, get a quote, and receive your print locally.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#D85A08",
  "icons": [
    {
      "src": "/logo-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Printers",
      "url": "/browse",
      "description": "Find 3D printer owners near you"
    },
    {
      "name": "New Print Request",
      "url": "/create-job",
      "description": "Submit a new print job"
    }
  ]
}
