Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {
  2. "manifest_version": 2,
  3.  
  4. "name": "Modify CSS and HTML",
  5. "version": "0.1.0",
  6. "description": "Lateral blog post demo extension",
  7.  
  8. "content_scripts": [{
  9. "css": ["styles.css"],
  10. "js": ["jquery-3.1.1.js", "content.js"],
  11. "matches": ["http://*/*", "https://*/*"]
  12. }]
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement