{
  "name": "MyShop - Create Your Online Store",
  "short_name": "MyShop",
  "description": "Create your own online store in minutes. Sell products, manage orders, and grow your business.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": ["business", "shopping", "productivity"],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your shop dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "Manage your orders",
      "url": "/dashboard/orders"
    },
    {
      "name": "Items",
      "short_name": "Items",
      "description": "Manage your items",
      "url": "/items"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
