Update Record app per Marketplace certification requirements

This commit is contained in:
David Rowe 2019-04-16 07:53:55 +12:00
parent a0ddadc0e7
commit 249df3dce4
4 changed files with 6 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View 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"
}

View file

@ -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,