{
  "name": "Anton",
  "short_name": "Anton",
  "description": "AI automation for retail — profit analytics, bundles, loyalty, restock & more",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#534AB7",
  "icons": [
    {
      "src": "/anton-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/anton-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Profit Analytics",
      "short_name": "Profit",
      "url": "/dashboard/profit",
      "description": "Revenue, margins, and COGS overview"
    },
    {
      "name": "Margin Calculator",
      "short_name": "Margin",
      "url": "/dashboard/profit/calculator",
      "description": "Calculate sales prices and check margins"
    },
    {
      "name": "Auto Bundles",
      "short_name": "Bundles",
      "url": "/dashboard/bundles",
      "description": "AI-powered bundle suggestions"
    },
    {
      "name": "Smart Restock",
      "short_name": "Restock",
      "url": "/dashboard/restock",
      "description": "Reorder recommendations based on sales velocity"
    }
  ]
}
