{
  "name": "華盛蔬菜",
  "lang": "zh",
  "short_name": "華盛蔬菜",
  "id": "./",
  "description": "打單程式",
  "start_url": "./index.html",
  "scope": "./",
  "display": "fullscreen",
  "theme_color": "#2151f3",
  "background_color": "#e8e9f2",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./icon/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "dir": "auto",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],
  "shortcuts": [
    {
      "name": "快速導航",
      "url": "./icon/512.png",
      "description": "快速訪問應用的主要功能",
      "icons": [
        {
          "src": "./icon/512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": [
    "business"
  ],
  "share_target": {
    "action": "./php/printImg.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "files": [
        {
          "name": "images[]",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}