-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created 10 and 20 windows snapshot that can be loaded from Home. (#719)
* Created 10 and 20 windows snapshot that can be loaded from Home. * edit to apps.json to remove 40 window entry
- Loading branch information
Showing
4 changed files
with
24,879 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
} | ||
] |
Oops, something went wrong.