{
  "name": "Potto",
  "short_name": "Potto",
  "description": "SNSのスクショを放り込むだけで旅程を自動生成するAIアプリ 🐾",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdf6ff",
  "theme_color": "#b87ddf",
  "orientation": "portrait-primary",
  "lang": "ja",
  "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"
    }
  ],
  "categories": ["travel", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "スポット抽出",
      "short_name": "抽出",
      "description": "SNSスクショからスポット情報を抽出",
      "url": "/#extract",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "プラン作成",
      "short_name": "プラン",
      "description": "AIで旅行プランを生成",
      "url": "/#plan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
