Jaren

manifest.json

Feb 2nd, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "content_scripts": [ {
  3. "js": [ "jquery-2.1.3.min.js", "inject.js" ],
  4. "run_at": "document_end",
  5. "matches": [ "http://sackinima.com/forums/*", "http://forums.sackinima.com/*" ]
  6. } ],
  7. "description": "BLAH BLAH BLAH",
  8. "browser_action": {
  9. "default_icon": "icon.ico",
  10. "default_popup": "popup.html"
  11. },
  12. "homepage_url": "http://jaren.co",
  13. "manifest_version": 2,
  14. "name": "Background Changer",
  15. "permissions": [ "http://*/*", "http://*/*", "storage" ],
  16. "version": "1.0"
  17. }
Advertisement
Add Comment
Please, Sign In to add comment