{
  "name": "クイック参照",
  "short_name": "クイック参照",
  "description": "メモ・コマンド・レシピなどをタグとAIで素早く整理するクイック参照アプリ",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F7F8",
  "theme_color": "#F7F7F8",
  "lang": "ja",
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "share_title",
      "text":  "share_text",
      "url":   "share_url"
    }
  },
  "shortcuts": [
    {
      "name": "音声で追加",
      "short_name": "音声追加",
      "description": "マイクを起動して音声で即登録",
      "url": "./index.html?shortcut=voice",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "カメラで追加",
      "short_name": "カメラ追加",
      "description": "カメラを起動して写真を即登録",
      "url": "./index.html?shortcut=camera",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "テキストで追加",
      "short_name": "テキスト追加",
      "description": "入力シートを開いて即登録",
      "url": "./index.html?shortcut=new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "デイリーレビュー",
      "short_name": "レビュー",
      "description": "今日の復習カードを開く",
      "url": "./index.html?shortcut=review",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
