{
  "name": "一番くじ 抽選アプリ",
  "short_name": "一番くじ",
  "description": "社内イベント用の一番くじ方式の抽選アプリ（オフライン対応）",
  "lang": "ja",
  "dir": "ltr",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "fullscreen",
  "orientation": "landscape",
  "background_color": "#160c33",
  "theme_color": "#160c33",
  "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" }
  ]
}
