{
  "name": "Introvert Notes",
  "short_name": "Introvert",
  "description": "Умные голосовые заметки без суеты. Мгновенная фиксация мыслей и чистая авторская речь.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fcfeff",
  "theme_color": "#112c4e",
  "lang": "ru",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Быстрая запись",
      "short_name": "Запись",
      "description": "Мгновенно начать голосовую запись в один клик",
      "url": "./index.html?action=record",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Мои заметки",
      "short_name": "Заметки",
      "description": "Открыть историю сохраненных заметок",
      "url": "./index.html?action=library",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
