{
  "id": "/",
  "name": "Automatt finance team",
  "short_name": "Automatt",
  "description": "Automatt finance team web app",
  "lang": "ru",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#f7fbff",
  "theme_color": "#f7fbff",
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Кабинет",
      "short_name": "Кабинет",
      "description": "Перейти в личный кабинет",
      "url": "/cabinet/",
      "icons": [
        {
          "src": "/static/img/pwa/icon-192-light.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Новости",
      "short_name": "Новости",
      "description": "Открыть новости проекта",
      "url": "/news",
      "icons": [
        {
          "src": "/static/img/pwa/icon-192-light.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Поддержка",
      "short_name": "Поддержка",
      "description": "Открыть поддержку",
      "url": "/cabinet/support",
      "icons": [
        {
          "src": "/static/img/pwa/icon-192-light.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/static/img/pwa/icon-192-light.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/pwa/icon-512-light.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/pwa/icon-192-maskable-light.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/img/pwa/icon-512-maskable-light.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "related_applications": []
}
