Skip to content

Commit

Permalink
Deploying to gh-pages from @ 966f6e3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
joeransegnola committed Feb 16, 2024
1 parent 2932426 commit 156eb21
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
}
}
]
}
]
}
}
]
}
}

0 comments on commit 156eb21

Please sign in to comment.