{
  "id": "./",
  "name": "Note My Coffee",
  "short_name": "Note Coffee",
  "description": "에스프레소·핸드드립 레시피를 기록하고 SCA 기준으로 추출을 다듬는 커피 노트",
  "lang": "ko",
  "start_url": "./app.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1C1410",
  "background_color": "#FAF7F1",
  "categories": ["food", "lifestyle", "productivity"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "레시피 기록",
      "short_name": "레시피",
      "url": "./app.html?source=pwa-shortcut",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "로그북",
      "short_name": "로그북",
      "url": "./logbook.html?source=pwa-shortcut",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
