{
  "id": "./",
  "name": "GR Log",
  "short_name": "GR Log",
  "description": "RICOH GR 사진과 촬영 정보를 기록하는 개인 사진 아카이브",
  "lang": "ko-KR",
  "dir": "ltr",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#F4F1EB",
  "theme_color": "#1F1F1F",
  "categories": ["photo", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "사진 보기",
      "short_name": "사진",
      "description": "GR Log 사진 보관함 열기",
      "url": "./#photos",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "사진 업로드",
      "short_name": "업로드",
      "description": "새 사진 업로드 화면 열기",
      "url": "./#upload",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
