{
  "name": "靈老師諮詢平台",
  "short_name": "LinLinCrystal",
  "description": "靈老師諮詢平台提供一對一即時線上諮詢、水晶能量分析與專業靈性指導。安裝應用程式以獲得最快的載入速度與即時訊息通知。",
  "categories": ["lifestyle", "consultation", "shopping"],
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#9333ea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/mobile-home.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "首頁介面"
    },
    {
      "src": "/images/screenshots/mobile-chat.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "即時聊天諮詢"
    },
    {
      "src": "/images/screenshots/desktop-home.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "電腦版介面"
    }
  ],
  "shortcuts": [
    {
      "name": "開始聊天",
      "short_name": "聊天",
      "description": "與靈老師開始對話",
      "url": "/chat",
      "icons": [
        {
          "src": "/icons/shortcut-chat.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "我的檔案",
      "short_name": "個人檔案",
      "description": "查看個人資料",
      "url": "/profile",
      "icons": [
        {
          "src": "/icons/shortcut-profile.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}