Advertisement
Guest User

manifest.json

a guest
Mar 30th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. {
  2. "name": "Hello World",
  3. "version": "1.0",
  4. "description": "The first extension that I made.",
  5. "browser_action": {
  6. "default_popup": "popup.html"
  7. },
  8. "permissions": [
  9. "http://www.flags.99k.org/*",
  10. "http://flags.99k.org/*"
  11. ]
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement