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 index 0377356c..62f26be1 100644 --- 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 @@ -2,7 +2,7 @@ "licenseKey": "openfin-demo-license-key", "runtime": { "arguments": "--v=1 --inspect", - "version": "26.102.70.16" + "version": "34.118.78.80" }, "platform": { "uuid": "how-to-use-dynamic-manifest-basic", 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 index f7e0b965..62f26be1 100644 --- 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 @@ -4,11 +4,6 @@ "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, 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 index 0377356c..6a6c9a3e 100644 --- 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 @@ -2,8 +2,13 @@ "licenseKey": "openfin-demo-license-key", "runtime": { "arguments": "--v=1 --inspect", - "version": "26.102.70.16" + "version": "29.108.73.19" }, + "fallbackManifests": [ + { + "manifest": "https://built-on-openfin.github.io/container-starter/dev/joe/detect-os-example/use-dynamic-manifest-basic/public/win7.older.manifest.fin.json" + } + ], "platform": { "uuid": "how-to-use-dynamic-manifest-basic", "autoShow": false, diff --git a/dev/joe/detect-os-example/use-dynamic-manifest-basic/win7.older.manifest.fin.json b/dev/joe/detect-os-example/use-dynamic-manifest-basic/win7.older.manifest.fin.json new file mode 100644 index 00000000..57001ac9 --- /dev/null +++ b/dev/joe/detect-os-example/use-dynamic-manifest-basic/win7.older.manifest.fin.json @@ -0,0 +1,43 @@ +{ + "licenseKey": "openfin-demo-license-key", + "runtime": { + "arguments": "--v=1 --inspect", + "version": "14.78.48.19" + }, + "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" + } + } + ] + } + ] + } + } + ] + } +}