{
  "name": "hair salon AULENT - 美容室 オーレント",
  "short_name": "AULENT",
  "description": "美容室AULENTは、最新のトレンドを取り入れたヘアスタイルとプロフェッショナルなサービスを提供する美容室です。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2c3e50",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ja",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    }
  ],
  "categories": ["beauty", "lifestyle", "business"],
  "shortcuts": [
    {
      "name": "サービス",
      "short_name": "サービス",
      "description": "美容室のサービス一覧",
      "url": "/other/services",
      "icons": [
        {
          "src": "/images/logo.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "スタッフ",
      "short_name": "スタッフ",
      "description": "美容師・スタッフ紹介",
      "url": "/staffs",
      "icons": [
        {
          "src": "/images/logo.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "お問い合わせ",
      "short_name": "連絡",
      "description": "お問い合わせ・予約",
      "url": "/other/contact",
      "icons": [
        {
          "src": "/images/logo.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
} 