-
Notifications
You must be signed in to change notification settings - Fork 5
window.json
zodern edited this page Dec 3, 2014
·
1 revision
{
"title" : App title,
"url" : url to app or "headless" if there is no client app.
"icon" : url to icon,
// required if not headless
"running" : false,
"minimized" : true,
"zIndex" : 0,
// optional
"opens": [
"file types the app can open"
"mime type or *",
]
}
When using an absolute url, start it with //
instead of http://
so it will use https when necessary.
When referencing a file in the client folder, use //:0.0.0.0:3000/<app title>/ relative path from client folder
Contributing to Silk
Building Apps
- Getting Started
- [window.json](https://github.com/zodern/Silk/wiki/Window .json)
Using Silk