{
  "name": "AI農業参謀",
  "short_name": "農業参謀",
  "description": "AI農業参謀 — 農業経営をスマートに。レシート撮影・仕訳・青色申告をAIがサポート。",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2E7D32",
  "background_color": "#FFFFFF",
  "prefer_related_applications": false,
  "categories": ["finance", "business", "productivity"],
  "lang": "ja",
  "dir": "ltr",
  "handle_links": "preferred",
  "icons": [
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "レシートスキャン",
      "short_name": "スキャン",
      "description": "レシートを撮影してAI仕訳",
      "url": "/?action=scan",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "仕訳一覧",
      "short_name": "仕訳",
      "description": "仕訳帳を確認",
      "url": "/?action=journals",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "設定",
      "short_name": "設定",
      "description": "アプリ設定を開く",
      "url": "/?action=settings",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/screenshot-home-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ホーム画面 — レシート撮影とAI仕訳"
    },
    {
      "src": "screenshots/screenshot-journal-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "仕訳一覧 — 自動分類された仕訳帳"
    },
    {
      "src": "screenshots/screenshot-home-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ホーム画面 — デスクトップ表示"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/heic"]
        }
      ]
    }
  }
}
