Advertisement
Guest User

Untitled

a guest
May 6th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {
  2. "content_scripts": [ {
  3. "exclude_globs": [ ],
  4. "exclude_matches": [ ],
  5. "include_globs": [ "*" ],
  6. "js": [ "script.js" ],
  7. "matches": [ "http://*/*", "https://*/*" ],
  8. "run_at": "document_idle"
  9. } ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement