{
  "name": "小吃攤 POS 點餐系統",
  "short_name": "小吃攤POS",
  "description": "夜市小吃攤專用的點餐、出單、會員管理系統",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F3EDE2",
  "theme_color": "#201A17",
  "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"
    }
  ]
}
