Skip to content

Commit

Permalink
📝 [cookies] add screenshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Aug 3, 2015
1 parent 7a130ef commit 2e1ab0a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cookies/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var BrowserWindow = require('browser-window');

var mainWindow = null;
app.on('ready', function() {
mainWindow = new BrowserWindow({width: 800, height: 600});
mainWindow = new BrowserWindow({width: 400, height: 360});
mainWindow.loadUrl('file://' + __dirname + '/manager.html');
});

12 changes: 12 additions & 0 deletions cookies/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Cookies

A sample app allows you to manipulate your cookies data using [cookies](
https://github.com/atom/electron/blob/master/docs/api/browser-window.md#sessioncookies) API.

## APIs

[Session.cookies](https://github.com/atom/electron/blob/master/docs/api/browser-window.md#sessioncookies)

## Screenshot

![screenshot](/cookies/screenshot/screenshot.png)
Binary file added cookies/screenshot/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e1ab0a

Please sign in to comment.