{
  "name": "どんな気持ち？ ― 表情診断機",
  "short_name": "どんな気持ち？",
  "description": "カメラで写したその表情、いまどんな気持ち？ 顔を読み取って診断する和風の表情診断機。",
  "lang": "ja",
  "dir": "ltr",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f2e9d8",
  "theme_color": "#b0402a",
  "categories": ["entertainment", "lifestyle", "photo"],
  "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"
    }
  ]
}
