{
  "name": "VDG Ledger — Финансовое управление",
  "short_name": "VDG Ledger",
  "description": "Бюджетирование Ресторана и Винотеки",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f7fb",
  "theme_color": "#245cf4",
  "lang": "ru",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Новый расход",
      "short_name": "Расход",
      "url": "/?fab=expense",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Новый доход",
      "short_name": "Доход",
      "url": "/?fab=income",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "AI помощник",
      "short_name": "AI",
      "url": "/?page=ai",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
