{
  "name": "PLANQA · Финансы",
  "short_name": "PLANQA",
  "description": "Финансовый учёт ООО «Планка Про»",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F0FDFA",
  "theme_color": "#0D9488",
  "lang": "ru",
  "dir": "ltr",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Добавить расход ООО",
      "short_name": "+ Расход",
      "description": "Быстрое добавление расхода ООО",
      "url": "./#/add/expense-ooo",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Список расходов",
      "short_name": "Расходы",
      "description": "Последние расходы ООО",
      "url": "./#/expenses-ooo",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
