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" + } + } + ] + } + ] + } + } + ] + } +}