{
  "short_name": "FLIPrEdge",
  "name": "FLIPrEdge - Know Your Profit Before You Buy",
  "description": "The operating system for resellers. Calculate real profits, identify items with AI, and track your flipping journey.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#020617",
  "background_color": "#020617",
  "orientation": "portrait",
  "categories": ["finance", "shopping", "business"],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Analyze Item",
      "short_name": "Analyze",
      "description": "Start a new profit check",
      "url": "/flip",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Inventory",
      "short_name": "Inventory",
      "description": "View your flip inventory",
      "url": "/my-flips",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}
