Guest User

manifest.json

a guest
Sep 6th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {
  2. "manifest_version": 2,
  3. "name": "a",
  4. "description": "b",
  5. "version": "0.1",
  6. "content_scripts": [
  7. {
  8. "matches": [
  9. "http://192.168.1.1/*",
  10. ],
  11. "js": [
  12. "content.js"
  13. ],
  14. "run_at": "document_start"
  15. }
  16. ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment