{
  "name": "Awakening Bell - Chuông Chánh Niệm",
  "short_name": "Awakening Bell",
  "description": "Ứng dụng chuông chánh niệm, luyện thở trực quan, nhật ký biết ơn và theo dõi cảm xúc",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1e293b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Thỉnh chuông ngay",
      "short_name": "Thỉnh chuông",
      "description": "Phát một tiếng chuông chánh niệm ngay lập tức",
      "url": "./index.html?action=ring"
    },
    {
      "name": "Luyện thở",
      "short_name": "Luyện thở",
      "description": "Bắt đầu bài tập thở trực quan",
      "url": "./index.html?tab=breathwork"
    },
    {
      "name": "Nhật ký biết ơn",
      "short_name": "Nhật ký",
      "description": "Ghi một dòng biết ơn hôm nay",
      "url": "./index.html?tab=gratitude"
    },
    {
      "name": "Chuỗi hạt thiền",
      "short_name": "Chuỗi hạt",
      "description": "Lần chuỗi hạt tĩnh tâm và niệm chánh niệm",
      "url": "./index.html?tab=mala"
    }
  ]
}