{
  "name": "Мой Склад — Цветочный магазин",
  "short_name": "Мой Склад",
  "description": "Управление складом цветочного магазина Gulrez",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#d0b8ad",
  "theme_color": "#7a3a28",
  "orientation": "portrait-primary",
  "lang": "ru",
  "icons": [
    {
      "src": "/icons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Склад",
      "url": "/?page=inventory",
      "description": "Перейти на склад"
    },
    {
      "name": "Продажи",
      "url": "/?page=sales",
      "description": "Перейти к продажам"
    }
  ]
}
