{
  "name": "Мои проекты и идеи",
  "short_name": "Проекты",
  "description": "Персональный менеджер задач, финансов и знаний",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1C1A16",
  "theme_color": "#1C1A16",
  "lang": "ru",
  "scope": "/",
  "icons": [
    {
      "src": "favicon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Задачи",
      "short_name": "Задачи",
      "url": "/?tab=tasks",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Финансы",
      "short_name": "Финансы",
      "url": "/?tab=finances",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Заметки",
      "short_name": "Заметки",
      "url": "/?tab=notes",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
