{
  "name": "简记 - 离线记账",
  "short_name": "简记",
  "description": "纯本地离线记账应用,数据不上传任何服务器",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F2F2F7",
  "theme_color": "#FF4D6D",
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='1'><stop offset='0' stop-color='%23FF7C97'/><stop offset='1' stop-color='%23FF4D6D'/></linearGradient></defs><rect width='192' height='192' rx='44' fill='url(%23g)'/><text x='96' y='132' font-size='104' text-anchor='middle' fill='white'>📝</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='1'><stop offset='0' stop-color='%23FF7C97'/><stop offset='1' stop-color='%23FF4D6D'/></linearGradient></defs><rect width='512' height='512' rx='112' fill='url(%23g)'/><text x='256' y='352' font-size='290' text-anchor='middle' fill='white'>📝</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
