{
  "name": "Домашний центр",
  "short_name": "HomeCenter",
  "description": "Семейный органайзер: дела, покупки, расходы, заметки",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f7fb",
  "theme_color": "#1f6feb",
  "lang": "ru",
  "dir": "ltr",
  "categories": ["lifestyle", "productivity", "utilities"],
  "icons": [
    {
      "src": "icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    },
    {
      "src": "icon.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Сегодня",
      "short_name": "Сегодня",
      "url": "./index.html#page-today",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "Покупки",
      "short_name": "Покупки",
      "url": "./index.html#page-shop",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "Расходы",
      "short_name": "Расходы",
      "url": "./index.html#page-money",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
