Skip to content

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 *",
     ]
}

URL's

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

Home

Contributing to Silk

Building Apps

Using Silk

Clone this wiki locally