{
  "name": "CultApart",
  "short_name": "CultApart",
  "description": "Закрытая консоль для учета расходов, поступлений и кассового журнала CultApart.",
  "lang": "ru",
  "dir": "ltr",
  "start_url": "/expenses",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fff9f1",
  "theme_color": "#f7f1e8",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Внести операцию",
      "short_name": "Операция",
      "description": "Быстро открыть форму расхода или поступления.",
      "url": "/expenses/add"
    },
    {
      "name": "Журнал",
      "short_name": "Журнал",
      "description": "Открыть кассовый журнал.",
      "url": "/expenses/ledger"
    }
  ]
}
