{
  "name": "CTRL — Подписки",
  "short_name": "CTRL",
  "description": "Контроль подписок",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f1a",
  "theme_color": "#7c3aed",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Мои подписки",
      "short_name": "Подписки",
      "description": "Открыть список подписок",
      "url": "/?tab=subscriptions",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Добавить подписку",
      "short_name": "Добавить",
      "description": "Добавить новую подписку",
      "url": "/?add=true",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Аналитика",
      "short_name": "Аналитика",
      "description": "Посмотреть расходы на подписки",
      "url": "/?tab=analytics",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "CTRL — Список подписок",
      "short_name": "CTRL",
      "description": "Быстрый просмотр активных подписок и их стоимости",
      "template": "/widget.html",
      "ms_application_template": "/widget.html",
      "data": [],
      "type": "application/json",
      "screenshot": "/icon-512.png"
    }
  ],
  "categories": ["finance", "productivity"],
  "prefer_related_applications": false
}
