mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:19:05 +02:00
Merge pull request #15393 from ctrlaltdavid/M22188
Update Record app per Marketplace certification requirements
This commit is contained in:
commit
cdcdae2fda
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 () {
|
(function () {
|
||||||
|
|
||||||
var APP_NAME = "RECORD",
|
var APP_NAME = "RECORD",
|
||||||
APP_ICON_INACTIVE = "icons/tablet-icons/avatar-record-i.svg",
|
APP_ICON_INACTIVE = Script.resolvePath("assets/avatar-record-i.svg"),
|
||||||
APP_ICON_ACTIVE = "icons/tablet-icons/avatar-record-a.svg",
|
APP_ICON_ACTIVE = Script.resolvePath("assets/avatar-record-a.svg"),
|
||||||
APP_URL = Script.resolvePath("html/record.html"),
|
APP_URL = Script.resolvePath("html/record.html"),
|
||||||
isDialogDisplayed = false,
|
isDialogDisplayed = false,
|
||||||
tablet,
|
tablet,
|
||||||
|
|
Loading…
Reference in a new issue