Advertisement
Guest User

manifest.json

a guest
Feb 17th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "name": "ph-fix-prompt",
  3.     "description": "ph-fix-prompt",
  4.     "web_accessible_resources": [ "prompt.js" ],
  5.     "content_scripts":
  6.     [
  7.         {
  8.             "matches":
  9.             [
  10.                 "http://prohardver.hu/muvelet/hsz/*",
  11.                 "http://mobilarena.hu/muvelet/hsz/*",
  12.                 "http://itcafe.hu/muvelet/hsz/*",
  13.                 "http://gamepod.hu/muvelet/hsz/*",
  14.                 "http://logout.hu/muvelet/hsz/*",
  15.  
  16.                 "http://prohardver.hu/muvelet/privat/*",
  17.                 "http://mobilarena.hu/muvelet/privat/*",
  18.                 "http://itcafe.hu/muvelet/privat/*",
  19.                 "http://gamepod.hu/muvelet/privat/*",
  20.                 "http://logout.hu/muvelet/privat/*"
  21.             ],
  22.             "js": [ "content.js" ],
  23.             "run_at": "document_start"
  24.         }
  25.     ],
  26.     "manifest_version": 2,
  27.     "version": "1.0.0"
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement