{
  "name": "Makiba｜キリスト教情報サイト",
  "short_name": "Makiba",
  "description": "聖書の検索、教会情報、祈りの分かち合いをサポートする日本語キリスト教情報ポータル",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F59E0B",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ja",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["lifestyle", "education", "entertainment"],
  "shortcuts": [
    {
      "name": "聖書を読む",
      "short_name": "聖書",
      "description": "聖書の章節を探索",
      "url": "/bible",
      "icons": [
        {
          "src": "/apple-touch-icon.png",
          "sizes": "180x180"
        }
      ]
    },
    {
      "name": "日次聖句",
      "short_name": "聖句",
      "description": "今日の聖句を確認",
      "url": "/",
      "icons": [
        {
          "src": "/apple-touch-icon.png",
          "sizes": "180x180"
        }
      ]
    },
    {
      "name": "ニュース",
      "short_name": "ニュース",
      "description": "キリスト教関連ニュース",
      "url": "/news",
      "icons": [
        {
          "src": "/apple-touch-icon.png",
          "sizes": "180x180"
        }
      ]
    }
  ]
}