Advertisement
Guest User

manifest.json #chromeextension

a guest
May 25th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.33 KB | None | 0 0
  1. {
  2.     "manifest_version": 2,
  3.     "name": "CSGO500BOT",
  4.     "description": "This BOT will make you rich!",
  5.     "version": "1.0",
  6.     "browser_action": {
  7.         "name": "Click to start BOT"
  8.         },
  9.     "content_scripts": [{
  10.         "run_at": "document_end",
  11.         "matches": ["https://csgo500.com/*"],
  12.         "js": ["jquery-1.11.3.min.js", "script.js"]
  13.     }]
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement