Commit Graph

2 Commits (dcc6f599a20329888942e8bda2551f06b1622580)

Author SHA1 Message Date
lilia dcc6f599a2
Auto-update hourly 8 years ago
lilia 2cf7ea0a94
Hello Electron
In package.json, define our main entry point for electron, and add a
node script to start it up.

Add main.js from Electron/electron-quick-start with two modifications.
1. Load background.html instead of index.html
2. Disable node integration in the renderer

At this point we can load the background page in a window
with `npm start`, though it currently breaks on missing chrome app APIs.

// FREEBIE
8 years ago