{
  "name": "日本語クルアーン | Japanese Quran",
  "short_name": "日本語クルアーン",
  "description": "日本語でコーランを学ぶためのシンプルなウェブサイト。神聖なクルアーンの日本語翻訳を提供します。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f4eb",
  "theme_color": "#b52023",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait",
  "lang": "ja-JP",
  "categories": ["education", "books", "reference"],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "ホーム画面"
    },
    {
      "src": "/screenshots/surah.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "スーラ詳細"
    }
  ]
} 