{
  "name": "DevLoot",
  "short_name": "DevLoot",
  "description": "Marketplace for game developers and digital artists",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4c6ef5",
  "orientation": "any",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["developer-tools", "shopping"],
  "shortcuts": [
    { "name": "Browse Assets", "url": "/browse", "description": "Browse the marketplace" },
    { "name": "My Library", "url": "/dashboard/customer/library", "description": "View purchased assets" },
    { "name": "Vendor Dashboard", "url": "/dashboard/vendor", "description": "Manage your store" }
  ]
}
