From 2932426d097f055e5258d6308da41f903f7a5a18 Mon Sep 17 00:00:00 2001 From: joeransegnola <129192453+joeransegnola@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:39:27 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20built-on?= =?UTF-8?q?-openfin/container-starter@c44e2297eb7adc484e66b33d1a86aa0f2e8b?= =?UTF-8?q?20cc=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mac.manifest.fin.json | 43 +++++++++++++++++ .../win.manifest.fin.json | 48 +++++++++++++++++++ .../win7.manifest.fin.json | 43 +++++++++++++++++ 3 files changed, 134 insertions(+) create mode 100644 dev/joe/detect-os-example/use-dynamic-manifest-basic/mac.manifest.fin.json create mode 100644 dev/joe/detect-os-example/use-dynamic-manifest-basic/win.manifest.fin.json create mode 100644 dev/joe/detect-os-example/use-dynamic-manifest-basic/win7.manifest.fin.json diff --git a/dev/joe/detect-os-example/use-dynamic-manifest-basic/mac.manifest.fin.json b/dev/joe/detect-os-example/use-dynamic-manifest-basic/mac.manifest.fin.json new file mode 100644 index 00000000..0377356c --- /dev/null +++ b/dev/joe/detect-os-example/use-dynamic-manifest-basic/mac.manifest.fin.json @@ -0,0 +1,43 @@ +{ + "licenseKey": "openfin-demo-license-key", + "runtime": { + "arguments": "--v=1 --inspect", + "version": "26.102.70.16" + }, + "platform": { + "uuid": "how-to-use-dynamic-manifest-basic", + "autoShow": false, + "icon": "https://built-on-openfin.github.io/container-starter/dev/joe/detect-os-example/use-dynamic-manifest-basic/favicon.ico", + "preloadScripts": [], + "defaultWindowOptions": { + "preloadScripts": [] + }, + "defaultViewOptions": { + "preloadScripts": [] + } + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "https://built-on-openfin.github.io/container-starter/dev/joe/detect-os-example/use-dynamic-manifest-basic/html/app-dev.html" + } + } + ] + } + ] + } + } + ] + } +} diff --git a/dev/joe/detect-os-example/use-dynamic-manifest-basic/win.manifest.fin.json b/dev/joe/detect-os-example/use-dynamic-manifest-basic/win.manifest.fin.json new file mode 100644 index 00000000..f7e0b965 --- /dev/null +++ b/dev/joe/detect-os-example/use-dynamic-manifest-basic/win.manifest.fin.json @@ -0,0 +1,48 @@ +{ + "licenseKey": "openfin-demo-license-key", + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.80" + }, + "fallbackManifests": [ + { + "manifest": "https://built-on-openfin.github.io/container-starter/dev/joe/detect-os-example/use-dynamic-manifest-basic/public/win7.manifest.fin.json" + } + ], + "platform": { + "uuid": "how-to-use-dynamic-manifest-basic", + "autoShow": false, + "icon": "https://built-on-openfin.github.io/container-starter/dev/joe/detect-os-example/use-dynamic-manifest-basic/favicon.ico", + "preloadScripts": [], + "defaultWindowOptions": { + "preloadScripts": [] + }, + "defaultViewOptions": { + "preloadScripts": [] + } + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "https://built-on-openfin.github.io/container-starter/dev/joe/detect-os-example/use-dynamic-manifest-basic/html/app-dev.html" + } + } + ] + } + ] + } + } + ] + } +} diff --git a/dev/joe/detect-os-example/use-dynamic-manifest-basic/win7.manifest.fin.json b/dev/joe/detect-os-example/use-dynamic-manifest-basic/win7.manifest.fin.json new file mode 100644 index 00000000..0377356c --- /dev/null +++ b/dev/joe/detect-os-example/use-dynamic-manifest-basic/win7.manifest.fin.json @@ -0,0 +1,43 @@ +{ + "licenseKey": "openfin-demo-license-key", + "runtime": { + "arguments": "--v=1 --inspect", + "version": "26.102.70.16" + }, + "platform": { + "uuid": "how-to-use-dynamic-manifest-basic", + "autoShow": false, + "icon": "https://built-on-openfin.github.io/container-starter/dev/joe/detect-os-example/use-dynamic-manifest-basic/favicon.ico", + "preloadScripts": [], + "defaultWindowOptions": { + "preloadScripts": [] + }, + "defaultViewOptions": { + "preloadScripts": [] + } + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "https://built-on-openfin.github.io/container-starter/dev/joe/detect-os-example/use-dynamic-manifest-basic/html/app-dev.html" + } + } + ] + } + ] + } + } + ] + } +}