{
  "name": "CTRLV 필름 카메라",
  "short_name": "CTRLV",
  "description": "필름 8가지 + 그때 그 폰 색감 7가지. 설치 없이 바로 시작.",
  "start_url": "camera.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#17150f",
  "theme_color": "#17150f",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}