[251013] chore(config): [251013] appinfo.webos.json 추가
🕐 커밋 시간: 2025. 10. 13. 18:31:49 📊 변경 통계: • 총 파일: 2개 • 추가: +53줄 • 삭제: -6줄 📁 추가된 파일: + com.twin.app.shoptime/webos-meta/appinfo.webos.json 📝 수정된 파일: ~ com.twin.app.shoptime/src/hooks/useReviews/useReviews.js 🔧 주요 변경 내용: • 핵심 비즈니스 로직 개선 • 소규모 기능 개선
This commit is contained in:
29
com.twin.app.shoptime/webos-meta/appinfo.webos.json
Normal file
29
com.twin.app.shoptime/webos-meta/appinfo.webos.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user