{
  "name": "SOS救難信号ライト / SOS Distress Signal Light",
  "short_name": "SOSライト / SOS Light",
  "description": "SOSモールス信号に合わせて画面を点滅させ、ビープ音で緊急時の合図を送るライトです。スマホ・タブレット・ノートPCなど多くの端末に画面があるため、画面を光らせる救難合図に意味があります。 / A light that flashes and beeps in SOS Morse code for emergency signaling. Since smartphones, tablets, and laptops all commonly have screens, using screen light as a distress signal is meaningful.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
  {
    "src": "icon-192.png",
    "sizes": "192x192",
    "type": "image/png"
  },
  {
    "src": "icon-512.png",
    "sizes": "512x512",
    "type": "image/png"
  }
]
}