{
  "name": "MofuPos",
  "short_name": "MofuPos",
  "description": "Mofu - 店铺管理系统",
  "version": "1.0.0",
  "manifest_version": 3,
  "start_url": "/web/index.html",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "icons": [
    {
      "src": "/web/icons/icon.png",
      "sizes": "72x72",
      "type": "image/png"
    }
  ]
}