{
  "name": "インフルエンスバイブル",
  "short_name": "InfluenceBible",
  "description": "現役マーケター青野俊樹が、気になったテーマを調べて体系立ててお届けする教科書サイト",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#4c1d95",
  "background_color": "#ffffff",
  "lang": "ja",
  "categories": [
    "education",
    "news",
    "productivity"
  ],
  "icons": [
    {
      "src": "/assets/brands/influence/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "コース一覧",
      "short_name": "コース",
      "url": "/lessons",
      "icons": [
        {
          "src": "/assets/brands/influence/logo.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "新着記事",
      "short_name": "記事",
      "url": "/#articles",
      "icons": [
        {
          "src": "/assets/brands/influence/logo.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
