Skip to content

Instantly share code, notes, and snippets.

@cadorn
Last active December 12, 2015 06:28
Show Gist options
  • Save cadorn/4729127 to your computer and use it in GitHub Desktop.
Save cadorn/4729127 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
HTML, BODY {
background-color: transparent;
}
</style>
</head>
<body>
ss
</body>
</html>
{
"name": "nw-test",
"main": "index.html",
"window": {
"title": "Window Test",
"toolbar": false,
"position": "center",
"width": 400,
"height": 700,
"resizable": false,
"show": true,
"frame": false,
"transparent": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment