Skip to content

Instantly share code, notes, and snippets.

@Shu-Ji
Last active August 29, 2015 14:16
Show Gist options
  • Save Shu-Ji/8a35a08b2808c9cec0b6 to your computer and use it in GitHub Desktop.
Save Shu-Ji/8a35a08b2808c9cec0b6 to your computer and use it in GitHub Desktop.
{
"main": "__init__.html",
"name": "pabomail",
"description": "Another email desktop client for linux. Written by @shu3ji, sanhaolu.com",
"version": "0.1.0",
"keywords": ["email", "client", "node-webkit", "python"],
"node-remote": "<local>",
"window": {
"show": false,
"title": "nwdemo",
"icon": "sanhaolu.png",
"toolbar": true,
"frame": true,
"width": 1000,
"height": 600,
"position": "center",
"min_width": 400,
"min_height": 200
},
"webkit": {
"plugin": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment