Advertisement
Transformator

json001

May 5th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {
  2. "name": "Hallo Welt",
  3. "version": "1.0",
  4. "manifest_version": 2,
  5. "description": "Hallo Welt Plugin",
  6. "browser_action": {
  7. "default_icon": "16x16.png",
  8. "default_popup": "popup.html"
  9. },
  10. "permissions": [
  11. "cookies",
  12. "tabs",
  13. "<all_urls>"
  14. ]
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement