{
  "name": "Easy Planer",
  "short_name": "Easy Planer",
  "description": "Easy Planer — современный трекер задач для вашей команды. Управляйте задачами, проектами и спринтами в одном месте.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111116",
  "theme_color": "#5E6AD2",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Issue",
      "url": "/?action=new-issue",
      "description": "Create a new issue"
    },
    {
      "name": "My Issues",
      "url": "/?filter=my-issues",
      "description": "View my assigned issues"
    }
  ],
  "categories": ["productivity", "business"],
  "lang": "ru"
}
