I have tried to use jQuery using following manifest code snippet but it's not working. ``` "background": { "scripts": [ "scripts/jquery-2.0.3.min.js", "js/background.js" ], "persistent": false }, ``` Can you please guide me? Thanks you!