{
  "id": "./",
  "name": "腹地笔记 The Epicure's Journal",
  "short_name": "腹地笔记",
  "description": "记录你的美食旅程 — Track your food journey with maps, photos, and friends",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#F8F6F2",
  "theme_color": "#F8F6F2",
  "orientation": "portrait",
  "lang": "zh-Hans",
  "dir": "ltr",
  "categories": ["food", "travel", "social", "lifestyle"],
  "icons": [
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "./import/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "添加美食",
      "short_name": "添加",
      "url": "./?action=add",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "我的收藏",
      "short_name": "收藏",
      "url": "./?tab=favorites"
    },
    {
      "name": "寻味",
      "short_name": "发现",
      "url": "./?tab=discover"
    }
  ]
}
