{
  "name": "Nhắc Uống Thuốc",
  "short_name": "Uống Thuốc",
  "description": "Ứng dụng nhắc nhở uống thuốc đầy đủ cho gia đình",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#4A90D9",
  "background_color": "#FFFFFF",
  "icons": [
    {
      "src": "icons/apple-touch-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon-167.png",
      "sizes": "167x167",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon-120.png",
      "sizes": "120x120",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon-76.png",
      "sizes": "76x76",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon-60.png",
      "sizes": "60x60",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon-40.png",
      "sizes": "40x40",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon-29.png",
      "sizes": "29x29",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "icons/screenshot-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Thêm Thuốc Mới",
      "short_name": "Thêm Thuốc",
      "description": "Nhanh chóng thêm thuốc mới vào ứng dụng",
      "url": "./?action=addMed",
      "icons": [
        {
          "src": "icons/shortcut-add-med.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Xem Lịch Sử",
      "short_name": "Lịch Sử",
      "description": "Xem lịch sử uống thuốc",
      "url": "./?action=history",
      "icons": [
        {
          "src": "icons/shortcut-history.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": ["health", "productivity"]
}
