[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: 코드 최적화로 성능 개선 기대
This commit is contained in:
2025-10-17 16:22:35 +09:00
parent 2998f2bb98
commit 2a799c5e8a
2 changed files with 34 additions and 48 deletions

View File

@@ -10,26 +10,6 @@
"largeIcon": "icon-large.png", "largeIcon": "icon-large.png",
"iconColor": "#ffffff", "iconColor": "#ffffff",
"disableBackHistoryAPI": true, "disableBackHistoryAPI": true,
"handlesRelaunch": true,
"deeplinkingParams": "{\"contentTarget\":\"$CONTENTID\"}", "deeplinkingParams": "{\"contentTarget\":\"$CONTENTID\"}",
"uiRevision": 2, "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"]
}
}
} }

View File

@@ -1,13 +1,18 @@
{ {
"id": "com.twin.voiceapp", "id": "com.lgshop.app",
"version": "1.0", "version": "2.0.0",
"vendor": "T-Win", "vendor": "T-Win",
"type": "web", "type": "web",
"main": "index.html", "main": "index.html",
"title": "Voice Auto App", "title": "Shop Time",
"icon": "icon.png", "icon": "icon.png",
"largeIcon": "largeIcon.png", "miniicon": "icon-mini.png",
"largeIcon": "icon-large.png",
"iconColor": "#ffffff",
"disableBackHistoryAPI": true,
"handlesRelaunch": true, "handlesRelaunch": true,
"deeplinkingParams": "{\"contentTarget\":\"$CONTENTID\"}",
"uiRevision": 2,
"requiredPermissions": [ "requiredPermissions": [
"time.query", "time.query",
"device.info", "device.info",
@@ -19,10 +24,11 @@
"contentTarget": { "contentTarget": {
"intent": "$INTENT", "intent": "$INTENT",
"intentParam": "$INTENT_PARAM", "intentParam": "$INTENT_PARAM",
"languageCode": "$LANG_CODE" "languageCode": "$LANG_CODE",
"voiceEngine": "$VOICE_ENGINE"
}, },
"voiceConfig": { "voiceConfig": {
"supportedIntent": ["UseIME", "SearchContent"], "supportedIntent": ["SearchContent", "PlayContent"],
"supportedVoiceLanguage": ["ko-KR", "en-US"] "supportedVoiceLanguage": ["ko-KR", "en-US"]
} }
} }