{
  "name": "配当金管理",
  "short_name": "配当管理",
  "description": "保有銘柄の配当金・株価・年間成績をまとめて管理するツール",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1e3a5f",
  "theme_color": "#1e3a5f",
  "lang": "ja",
  "categories": [
    "finance",
    "productivity"
  ],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ダッシュボード（PC）"
    },
    {
      "src": "screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ダッシュボード（モバイル）"
    }
  ]
}