{
  "name": "PackSnap – Moving Inventory",
  "short_name": "PackSnap",
  "description": "Snap photos of your rooms and let AI catalog everything for your move.",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0D1117",
  "theme_color": "#0D1117",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Move",
      "short_name": "New Move",
      "description": "Create a new move project",
      "url": "/?action=new-move",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
