UNPKG
nebulab-dropbox
Version:
latest (1.0.0)
1.0.0
0.10.3
Client library for the Dropbox API
github.com/nebulab-io/dropbox-js
nebulab-io/dropbox-js
nebulab-dropbox
/
test
/
src
/
helpers
/
chrome_app_background.coffee
5 lines
(4 loc)
•
223 B
text/coffeescript
View Raw
1
2
3
4
5
chrome.
app
.
runtime
.
onLaunched
.
addListener
-> chrome.
app
.
window
.
create
'test/html/browser_test.html'
,
frame
:
'chrome'
,
id
:
'browser_test'
,
width
:
window
.
screen
.
availWidth
,
height
:
window
.
screen
.
availHeight