Skip to content

Commit

Permalink
Created 10 and 20 windows snapshot that can be loaded from Home. (#719)
Browse files Browse the repository at this point in the history
* Created 10 and 20 windows snapshot that can be loaded from Home.

* edit to apps.json to remove 40 window entry
  • Loading branch information
ameetj85 authored May 7, 2024
1 parent e1391ee commit 8d66bb6
Show file tree
Hide file tree
Showing 4 changed files with 24,879 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ how-to/integrate-with-salesforce-basic/public/js/preload.js
./public*/
updatable-packages.txt
public-github
chromedriver*
chromedriver*
how-to/workspace-platform-starter/public/common/snapshots/XYZten-windows.snapshot.fin.json
how-to/workspace-platform-starter/public/common/snapshots/old-ten-windows.snapshot.fin.json
how-to/workspace-platform-starter-basic/public/common/snapshots/forty-windows.snapshot.fin.json
54 changes: 54 additions & 0 deletions how-to/workspace-platform-starter-basic/public/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,59 @@
}
],
"tags": ["view", "openfin", "versions"]
},
{
"appId": "snapshot-ten-window",
"name": "snapshot-ten-window",
"title": "Windows - 10 Windows",
"manifestType": "snapshot",
"description": "Shows ten blank windows",
"manifest": "http://localhost:8080/common/snapshots/ten-windows.snapshot.fin.json",
"icons": [
{
"src": "http://localhost:8080/common/images/icon-blue.png"
}
],
"contactEmail": "[email protected]",
"supportEmail": "[email protected]",
"publisher": "OpenFin",
"intents": [
{
"name": "ViewContact",
"displayName": "View Contact",
"contexts": ["fdc3.contact"]
}
],
"images": [

],
"tags": ["page", "openfin", "client", "interop", "fdc3", "contact"]
},
{
"appId": "snapshot-twenty-window",
"name": "snapshot-twenty-window",
"title": "Windows - 20 Windows",
"manifestType": "snapshot",
"description": "Shows twenty blank windows",
"manifest": "http://localhost:8080/common/snapshots/twenty-windows.snapshot.fin.json",
"icons": [
{
"src": "http://localhost:8080/common/images/icon-blue.png"
}
],
"contactEmail": "[email protected]",
"supportEmail": "[email protected]",
"publisher": "OpenFin",
"intents": [
{
"name": "ViewContact",
"displayName": "View Contact",
"contexts": ["fdc3.contact"]
}
],
"images": [

],
"tags": ["page", "openfin", "client", "interop", "fdc3", "contact"]
}
]
Loading

0 comments on commit 8d66bb6

Please sign in to comment.