{
  "name": "水道メーター読み取りアプリ",
  "short_name": "メーター読み取り",
  "description": "水道メーターの検針データを入力・管理するアプリケーション。物件・部屋選択から検針入力まで効率的に対応。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1E88E5",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "検針入力",
      "short_name": "検針",
      "description": "検針データを入力",
      "url": "/reading/",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "categories": ["utilities", "productivity"],
  "lang": "ja",
  "dir": "ltr"
}
