Creating a chrome app
This commit is contained in:
parent
5490440631
commit
bbd00cf2d6
4 changed files with 23 additions and 9 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': 1200,
|
||||
'height': 800
|
||||
}
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue