{
  "name": "潤華ねろ Official Website",
  "short_name": "潤華ねろ",
  "description": "潤華ねろ Official LP - 公式ポートフォリオ・オフィシャルWebサイト",
  "id": "lpwebsample-official-website",
  "start_url": "./index.html?pwa_icon_ver=14",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#0b0f19",
  "orientation": "any",
  "categories": [
    "entertainment",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "assets/appIcon/icon.png?v=14",
      "sizes": "250x250",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/appIcon/icon.png?v=14",
      "sizes": "250x250",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "プロフィール",
      "short_name": "Profile",
      "description": "プロフィール・自己紹介",
      "url": "./index.html#sec-profile",
      "icons": [
        {
          "src": "assets/appIcon/icon.png?v=14",
          "sizes": "250x250"
        }
      ]
    },
    {
      "name": "お知らせ",
      "short_name": "Notice",
      "description": "最新のお知らせ情報",
      "url": "./index.html#sec-notice",
      "icons": [
        {
          "src": "assets/appIcon/icon.png?v=14",
          "sizes": "250x250"
        }
      ]
    },
    {
      "name": "スケジュール",
      "short_name": "Schedule",
      "description": "配信・イベント日程",
      "url": "./index.html#sec-schedule",
      "icons": [
        {
          "src": "assets/appIcon/icon.png?v=14",
          "sizes": "250x250"
        }
      ]
    },
    {
      "name": "ギャラリー",
      "short_name": "Gallery",
      "description": "イラスト・立ち絵ギャラリー",
      "url": "./index.html#sec-gallery",
      "icons": [
        {
          "src": "assets/appIcon/icon.png?v=14",
          "sizes": "250x250"
        }
      ]
    },
    {
      "name": "動画",
      "short_name": "Movie",
      "description": "おすすめ動画・配信アーカイブ",
      "url": "./index.html#sec-movie",
      "icons": [
        {
          "src": "assets/appIcon/icon.png?v=14",
          "sizes": "250x250"
        }
      ]
    },
    {
      "name": "ショップ",
      "short_name": "Shop",
      "description": "公式グッズ・オンラインショップ",
      "url": "./index.html#sec-shop",
      "icons": [
        {
          "src": "assets/appIcon/icon.png?v=14",
          "sizes": "250x250"
        }
      ]
    },
    {
      "name": "リンク集",
      "short_name": "Links",
      "description": "公式SNS・外部リンク集",
      "url": "./index.html#sec-linkList",
      "icons": [
        {
          "src": "assets/appIcon/icon.png?v=14",
          "sizes": "250x250"
        }
      ]
    }
  ]
}