{
  "name": "Pick - Decision Intelligence Platform",
  "short_name": "Pick",
  "description": "Transform complex decisions into clear choices with AI-powered comparison tools",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F2E7D8",
  "theme_color": "#3B4A9A",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Decision",
      "short_name": "New",
      "description": "Create a new decision",
      "url": "/dashboard?action=new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your decisions",
      "url": "/dashboard"
    }
  ]
}
