{
  "name": "請求書管理",
  "short_name": "請求書",
  "description": "インボイス制度対応の請求書作成・管理アプリ",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#1d4ed8",
  "orientation": "portrait-primary",
  "lang": "ja",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "新規請求書作成",
      "short_name": "新規作成",
      "url": "/invoice/new",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["business", "finance", "productivity"]
}
