{
  "name": "Emoci'z POS System",
  "short_name": "Emoci'z POS",
  "description": "Point of Sale system for Emoci'z cafe with multilingual support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "orientation": "portrait",
  "scope": "/",
  "lang": "tr",
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg", 
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "POS Interface",
      "short_name": "POS",
      "description": "Quick access to POS interface",
      "url": "/pos.php",
      "icons": [{ "src": "pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Orders",
      "short_name": "Orders", 
      "description": "View and manage orders",
      "url": "/orders.php",
      "icons": [{ "src": "pwa-icon-192.png", "sizes": "192x192" }]
    }
  ]
}