Advertisement
Guest User

Untitled

a guest
Sep 24th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "Cookie",
  3.   "version": "1.0",
  4.   "manifest_version": 2,
  5.   "description": "",
  6.   "background": {
  7.     "scripts": ["background.js"]
  8.   },
  9.  
  10.   "permissions": ["cookie", {"socket": [ "udp-send-to" ]}]
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement