Files
optrader 2a799c5e8a [251017] fix: appinfo.json 원복
🕐 커밋 시간: 2025. 10. 17. 16:22:34

📊 변경 통계:
  • 총 파일: 2개
  • 추가: +34줄
  • 삭제: -48줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/webos-meta/appinfo.json
  ~ com.twin.app.shoptime/webos-meta/appinfo.webos.json

🔧 주요 변경 내용:
  • 소규모 기능 개선
  • 코드 정리 및 최적화

Performance: 코드 최적화로 성능 개선 기대
2025-10-17 16:22:35 +09:00

36 lines
868 B
JSON

{
"id": "com.lgshop.app",
"version": "2.0.0",
"vendor": "T-Win",
"type": "web",
"main": "index.html",
"title": "Shop Time",
"icon": "icon.png",
"miniicon": "icon-mini.png",
"largeIcon": "icon-large.png",
"iconColor": "#ffffff",
"disableBackHistoryAPI": true,
"handlesRelaunch": true,
"deeplinkingParams": "{\"contentTarget\":\"$CONTENTID\"}",
"uiRevision": 2,
"requiredPermissions": [
"time.query",
"device.info",
"applications.query",
"settings.read",
"applications.operation"
],
"inAppVoiceIntent": {
"contentTarget": {
"intent": "$INTENT",
"intentParam": "$INTENT_PARAM",
"languageCode": "$LANG_CODE",
"voiceEngine": "$VOICE_ENGINE"
},
"voiceConfig": {
"supportedIntent": ["SearchContent", "PlayContent"],
"supportedVoiceLanguage": ["ko-KR", "en-US"]
}
}
}