mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 00:13:44 +02:00
Update Record app per Marketplace certification requirements
This commit is contained in:
parent
a0ddadc0e7
commit
249df3dce4
4 changed files with 6 additions and 2 deletions
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
4
unpublishedScripts/marketplace/record/record.app.json
Normal file
4
unpublishedScripts/marketplace/record/record.app.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"scriptURL": "http://mpassets.highfidelity.com/b3da90d4-390f-4f2c-ac78-6c8e074c93d7-v1/record.js",
|
||||
"homeURL": "http://mpassets.highfidelity.com/b3da90d4-390f-4f2c-ac78-6c8e074c93d7-v1/html/record.html"
|
||||
}
|
|
@ -13,8 +13,8 @@
|
|||
(function () {
|
||||
|
||||
var APP_NAME = "RECORD",
|
||||
APP_ICON_INACTIVE = "icons/tablet-icons/avatar-record-i.svg",
|
||||
APP_ICON_ACTIVE = "icons/tablet-icons/avatar-record-a.svg",
|
||||
APP_ICON_INACTIVE = Script.resolvePath("assets/avatar-record-i.svg"),
|
||||
APP_ICON_ACTIVE = Script.resolvePath("assets/avatar-record-a.svg"),
|
||||
APP_URL = Script.resolvePath("html/record.html"),
|
||||
isDialogDisplayed = false,
|
||||
tablet,
|
||||
|
|
Loading…
Reference in a new issue