{
  "name": "Flip or Skip - Reseller Sourcing App",
  "short_name": "Flip or Skip",
  "description": "Mobile-first reseller sourcing app. Snap an item, get instant profit analysis, and know if it's worth flipping before you buy.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050807",
  "theme_color": "#22C55E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logos/App%20icon.png",
      "sizes": "592x592",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "shopping"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Scan Item",
      "short_name": "Scan",
      "description": "Quickly scan a new item",
      "url": "/app/scan",
      "icons": [{ "src": "/logos/App%20icon.png", "sizes": "592x592" }]
    },
    {
      "name": "View Inventory",
      "short_name": "Inventory",
      "description": "Check your flipping inventory",
      "url": "/app/inventory",
      "icons": [{ "src": "/logos/App%20icon.png", "sizes": "592x592" }]
    }
  ]
}
