File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 25
25
<dict >
26
26
<key >Filename </key >
27
27
<string >popover.html </string >
28
- <key >Height </key >
29
- <real >400 </real >
30
28
<key >Identifier </key >
31
29
<string >DexPopover </string >
30
+ <key >Height </key >
31
+ <real >400 </real >
32
32
<key >Width </key >
33
33
<real >300 </real >
34
34
</dict >
Original file line number Diff line number Diff line change 50
50
51
51
if EXT_BACKGROUND_PAGE
52
52
@text_files . push "background.html"
53
+ @cs_files . push "utils.coffee"
53
54
@cs_files . push "background.coffee"
54
55
end
55
56
Original file line number Diff line number Diff line change 16
16
"default_popup" : " popover.html"
17
17
},
18
18
"background" : {
19
- "scripts" : [" background.js" ],
19
+ "scripts" : [" utils.js " , " background.js" ],
20
20
"persistent" : true
21
21
},
22
22
"content_security_policy" : " default-src 'self' 'unsafe-eval' <%= DEX_URL %>" ,
You can’t perform that action at this time.
0 commit comments