Ver código fonte

Create libs dir and move jquery there

Brendan Abolivier 7 anos atrás
pai
commit
018cf9149d
2 arquivos alterados com 1 adições e 1 exclusões
  1. 0
    0
      libs/jquery.js
  2. 1
    1
      manifest.json

jquery.js → libs/jquery.js Ver arquivo


+ 1
- 1
manifest.json Ver arquivo

20
     ],
20
     ],
21
 
21
 
22
     "background": {
22
     "background": {
23
-        "scripts": ["jquery.js", "backgroundPage.js"]
23
+        "scripts": ["libs/jquery.js", "backgroundPage.js"]
24
     },
24
     },
25
 
25
 
26
     "applications": {
26
     "applications": {