{
  "name": "社内ポータル",
  "short_name": "社内",
  "description": "出退勤・お知らせ・連絡・進捗・有給申請をまとめた社内アプリ",
  "start_url": "index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#eef1f5",
  "theme_color": "#17202b",
  "lang": "ja",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "お知らせ", "url": "home.php" },
    { "name": "欠席連絡", "url": "absence.php" },
    { "name": "コミュニティ広場", "url": "community.php" }
  ]
}
