{
  "name": "くぐる — 友人の推しだけが届く",
  "short_name": "くぐる",
  "description": "星の数より、あの人の一言。信頼できる友人の推しだけが届く、招待制レストランガイド。",
  "start_url": "/feed",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0E0C09",
  "theme_color": "#0E0C09",
  "orientation": "portrait",
  "id": "/feed",
  "categories": ["food", "lifestyle", "social"],
  "lang": "ja",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/post",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "photos",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/heic"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "推す",
      "short_name": "推す",
      "url": "/post",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "マップ",
      "short_name": "マップ",
      "url": "/map",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
