{
  "id": "com.gentrycommerce.admin",
  "name": "Gentry Commerce",
  "short_name": "Gentry",
  "description": "All-in-one commerce platform — store, POS, marketing, loyalty, events & more.",
  "start_url": "/admin",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View and manage orders",
      "url": "/admin?tab=orders",
      "icons": [{ "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" }]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Manage your product catalog",
      "url": "/admin?tab=products",
      "icons": [{ "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" }]
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "description": "View customer profiles",
      "url": "/admin?tab=customers",
      "icons": [{ "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Overview and key metrics",
      "url": "/admin?tab=dashboard",
      "icons": [{ "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" }]
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "screenshots": [
    {
      "src": "/screenshots/admin-wide.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Gentry Commerce Admin Dashboard"
    },
    {
      "src": "/screenshots/admin-narrow.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Gentry Commerce on Mobile"
    }
  ]
}
