[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",
|
||||
"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
|
||||
}
|
||||
|
||||
@@ -1,13 +1,18 @@
|
||||
{
|
||||
"id": "com.twin.voiceapp",
|
||||
"version": "1.0",
|
||||
"id": "com.lgshop.app",
|
||||
"version": "2.0.0",
|
||||
"vendor": "T-Win",
|
||||
"type": "web",
|
||||
"main": "index.html",
|
||||
"title": "Voice Auto App",
|
||||
"title": "Shop Time",
|
||||
"icon": "icon.png",
|
||||
"largeIcon": "largeIcon.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",
|
||||
@@ -19,11 +24,12 @@
|
||||
"contentTarget": {
|
||||
"intent": "$INTENT",
|
||||
"intentParam": "$INTENT_PARAM",
|
||||
"languageCode": "$LANG_CODE"
|
||||
"languageCode": "$LANG_CODE",
|
||||
"voiceEngine": "$VOICE_ENGINE"
|
||||
},
|
||||
"voiceConfig": {
|
||||
"supportedIntent": ["UseIME", "SearchContent"],
|
||||
"supportedIntent": ["SearchContent", "PlayContent"],
|
||||
"supportedVoiceLanguage": ["ko-KR", "en-US"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user