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 + } +}