{
  "name": "コスメファインダー",
  "short_name": "コスメファインダー",
  "description": "肌質診断と成分解析であなたに最適な化粧品を見つける",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ff6b6b",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["beauty", "health", "lifestyle"],
  "lang": "ja",
  "dir": "ltr",
  "scope": "./",
  "serviceworker": {
    "src": "./sw.js",
    "scope": "./"
  }
}