Guest User

manifest.json for email address viewer

a guest
Jul 4th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "name": "Email Address Viewer",
  3. "version": "1.0",
  4. "description": "Tests OAuth",
  5. "background": {
  6. "page": "background.html"
  7. },
  8. "browser_action": {
  9. "default_title": "EmailAddress Viewer",
  10. "default_icon": "icon.png",
  11. "default_popup": "popup.html"
  12. },
  13. "permissions": [
  14. "https://www.googleapis.com/userinfo/email"
  15. "https://www.google.com/accounts/OAuthGetRequestToken",
  16. "https://www.google.com/accounts/OAuthAuthorizeToken",
  17. "https://www.google.com/accounts/OAuthGetAccessToken"
  18. ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment