[WRTjs][VD] Get add-on info in local manifest file 30/278730/6
authorliwei <wei90727.li@samsung.com>
Mon, 25 Jul 2022 11:50:05 +0000 (19:50 +0800)
committerliwei <wei90727.li@samsung.com>
Fri, 5 Aug 2022 09:06:49 +0000 (17:06 +0800)
commit13a18bf40abcd27922c77cc9d25384015c8b4e29
treedc094fb717a558872a1a559653d878adfdaa250d
parentb8c9c2c892ae6f2f0a8a1993f3a167cf3f2a6e9a
[WRTjs][VD] Get add-on info in local manifest file

Now app direct launch performance, get add-on using pkgmgr api, it cost
some time(depend on installed app count), so TV plan to optimize this logic,
when add-on is installed, vd-wgt-backend save mainifest.json to '/home/
owner/apps_rw/xwalk-service/addon/tizenid(***.***)/', then web app directly
launch or wrt-loader launch, we can get add-on info from these mainfest
files directly, it will only cost little time.

Change-Id: If1ee7fc1777220dd9f6ff8af3d5c007c2c24441c
Signed-off-by: liwei <wei90727.li@samsung.com>
wrt_app/src/addon_manager.ts