{
  "name": "Gagarin CRM",
  "short_name": "Gagarin",
  "description": "Pomodoro task manager with gamification",
  "start_url": "/tasks",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a1612",
  "theme_color": "#c47040",
  "lang": "ru",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-1024.png",
      "sizes": "640x640",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "640x640",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Таймер",
      "short_name": "Таймер",
      "description": "Открыть Pomodoro таймер",
      "url": "/timer",
      "icons": [{ "src": "/icon-1024.png", "sizes": "640x640" }]
    },
    {
      "name": "Задачи",
      "short_name": "Задачи",
      "description": "Открыть список задач",
      "url": "/tasks",
      "icons": [{ "src": "/icon-1024.png", "sizes": "640x640" }]
    },
    {
      "name": "Привычки",
      "short_name": "Привычки",
      "description": "Открыть привычки",
      "url": "/habits",
      "icons": [{ "src": "/icon-1024.png", "sizes": "640x640" }]
    }
  ]
}
