{
  "name": "シフト作成アプリ",
  "short_name": "シフト作成アプリ",
  "description": "希望休・契約日数・連勤上限のルールを守って、宅配チームの1か月分シフトを自動作成するアプリ。",
  "lang": "ja",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#eaf3fa",
  "theme_color": "#1c6bab",
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
