[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:
@@ -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"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,29 +1,35 @@
|
|||||||
{
|
{
|
||||||
"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",
|
||||||
"handlesRelaunch": true,
|
"largeIcon": "icon-large.png",
|
||||||
"requiredPermissions": [
|
"iconColor": "#ffffff",
|
||||||
"time.query",
|
"disableBackHistoryAPI": true,
|
||||||
"device.info",
|
"handlesRelaunch": true,
|
||||||
"applications.query",
|
"deeplinkingParams": "{\"contentTarget\":\"$CONTENTID\"}",
|
||||||
"settings.read",
|
"uiRevision": 2,
|
||||||
"applications.operation"
|
"requiredPermissions": [
|
||||||
],
|
"time.query",
|
||||||
"inAppVoiceIntent": {
|
"device.info",
|
||||||
"contentTarget": {
|
"applications.query",
|
||||||
"intent": "$INTENT",
|
"settings.read",
|
||||||
"intentParam": "$INTENT_PARAM",
|
"applications.operation"
|
||||||
"languageCode": "$LANG_CODE"
|
],
|
||||||
},
|
"inAppVoiceIntent": {
|
||||||
"voiceConfig": {
|
"contentTarget": {
|
||||||
"supportedIntent": ["UseIME", "SearchContent"],
|
"intent": "$INTENT",
|
||||||
"supportedVoiceLanguage": ["ko-KR", "en-US"]
|
"intentParam": "$INTENT_PARAM",
|
||||||
}
|
"languageCode": "$LANG_CODE",
|
||||||
|
"voiceEngine": "$VOICE_ENGINE"
|
||||||
|
},
|
||||||
|
"voiceConfig": {
|
||||||
|
"supportedIntent": ["SearchContent", "PlayContent"],
|
||||||
|
"supportedVoiceLanguage": ["ko-KR", "en-US"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user