{
  "id": "/",
  "name": "财神爷",
  "short_name": "财神爷",
  "description": "财神爷录单工具",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#f7f9fc",
  "theme_color": "#5443e8",
  "categories": ["business", "productivity", "utilities"],
  "lang": "zh-CN",
  "dir": "ltr",
  "icons": [
    {
      "src": "./icons/icon-192.png?v=20260703_pwa_1",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png?v=20260703_pwa_1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/maskable-512.png?v=20260703_pwa_1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "打开录单",
      "short_name": "录单",
      "url": "./index.html?source=shortcut-entry",
      "icons": [
        {
          "src": "./icons/icon-192.png?v=20260703_pwa_1",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
