{
  "id": "./",
  "name": "ArchiveOS Control Tower",
  "short_name": "ArchiveOS",
  "description": "Archive 생태계 운영·관제 콘솔",
  "lang": "ko-KR",
  "start_url": "./#/dashboard",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#07090d",
  "theme_color": "#07090d",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "./archiveos-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "대시보드",
      "short_name": "대시보드",
      "url": "./#/dashboard",
      "icons": [{ "src": "./archiveos-mark.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "운영 설정",
      "short_name": "설정",
      "url": "./#/settings",
      "icons": [{ "src": "./archiveos-mark.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
