{
  "id": "/home",
  "name": "EmulsiaQMS",
  "short_name": "QMS",
  "description": "Emulsia 品質マネジメントシステム",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5BCEFA",
  "orientation": "portrait-primary",
  "lang": "ja",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "ホーム",
      "short_name": "ホーム",
      "description": "QMS ホームダッシュボードを開く",
      "url": "/home",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=2",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "名刺一覧",
      "short_name": "名刺",
      "description": "名刺一覧を開く",
      "url": "/business-cards",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=2",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "名刺撮影",
      "short_name": "撮影",
      "description": "名刺の連続撮影を開始する",
      "url": "/business-cards/capture",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=2",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "取引先（Find）",
      "short_name": "Find",
      "description": "取引先一覧を開く",
      "url": "/find",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=2",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
