{
  "name": "OrderVision",
  "short_name": "OrderVision",
  "description": "Visual communications platform — control your displays, broadcast messages, and manage your business content from your phone.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#dc2626",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/ov_logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ov_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Displays",
      "short_name": "Displays",
      "description": "Manage your displays",
      "url": "/dashboard/displays"
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "description": "Manage customers",
      "url": "/dashboard/customers"
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Design slides + templates",
      "url": "/dashboard/library"
    }
  ]
}
