Chrome app
This commit is contained in:
parent
cb33bd5650
commit
609c549e97
7 changed files with 114 additions and 0 deletions
8
browser-extensions/chrome/initial.js
Normal file
8
browser-extensions/chrome/initial.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
chrome.app.runtime.onLaunched.addListener(function() {
|
||||
chrome.app.window.create('index.html', {
|
||||
'bounds': {
|
||||
'width': 400,
|
||||
'height': 600
|
||||
}
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue