{
  "name": "刻の声 — 時刻読み上げ",
  "short_name": "刻の声",
  "description": "指定した期間、1分毎に時刻を音声で読み上げるアプリ",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#F5F3EE",
  "theme_color": "#3C3C3C",
  "orientation": "portrait",
  "scope": "./",
  "lang": "ja",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
