From 2a799c5e8a321fa70342391a690669c7333b7680 Mon Sep 17 00:00:00 2001 From: optrader Date: Fri, 17 Oct 2025 16:22:35 +0900 Subject: [PATCH] =?UTF-8?q?[251017]=20fix:=20appinfo.json=20=EC=9B=90?= =?UTF-8?q?=EB=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 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: μ½”λ“œ μ΅œμ ν™”λ‘œ μ„±λŠ₯ κ°œμ„  κΈ°λŒ€ --- com.twin.app.shoptime/webos-meta/appinfo.json | 22 +------ .../webos-meta/appinfo.webos.json | 60 ++++++++++--------- 2 files changed, 34 insertions(+), 48 deletions(-) diff --git a/com.twin.app.shoptime/webos-meta/appinfo.json b/com.twin.app.shoptime/webos-meta/appinfo.json index 249e554b..00b24d7b 100644 --- a/com.twin.app.shoptime/webos-meta/appinfo.json +++ b/com.twin.app.shoptime/webos-meta/appinfo.json @@ -10,26 +10,6 @@ "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"] - } - } + "uiRevision": 2 } diff --git a/com.twin.app.shoptime/webos-meta/appinfo.webos.json b/com.twin.app.shoptime/webos-meta/appinfo.webos.json index 70d0755f..249e554b 100644 --- a/com.twin.app.shoptime/webos-meta/appinfo.webos.json +++ b/com.twin.app.shoptime/webos-meta/appinfo.webos.json @@ -1,29 +1,35 @@ { - "id": "com.twin.voiceapp", - "version": "1.0", - "vendor": "T-Win", - "type": "web", - "main": "index.html", - "title": "Voice Auto App", - "icon": "icon.png", - "largeIcon": "largeIcon.png", - "handlesRelaunch": true, - "requiredPermissions": [ - "time.query", - "device.info", - "applications.query", - "settings.read", - "applications.operation" - ], - "inAppVoiceIntent": { - "contentTarget": { - "intent": "$INTENT", - "intentParam": "$INTENT_PARAM", - "languageCode": "$LANG_CODE" - }, - "voiceConfig": { - "supportedIntent": ["UseIME", "SearchContent"], - "supportedVoiceLanguage": ["ko-KR", "en-US"] - } + "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"] } - } \ No newline at end of file + } +}