{
  "id": "/lighting-recipe/",
  "name": "Lighting Recipe",
  "short_name": "LR",
  "description": "撮影ライティングのレシピを記録・管理するアプリ",
  "lang": "ja",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait",
  "start_url": "./index.html",
  "scope": "./",
  "background_color": "#0f0f0f",
  "theme_color": "#0f0f0f",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["photo", "productivity"],
  "screenshots": []
}
