Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "Email Address Viewer",
- "version": "1.0",
- "description": "Tests OAuth",
- "background": {
- "page": "background.html"
- },
- "browser_action": {
- "default_title": "EmailAddress Viewer",
- "default_icon": "icon.png",
- "default_popup": "popup.html"
- },
- "permissions": [
- "https://www.googleapis.com/userinfo/email"
- "https://www.google.com/accounts/OAuthGetRequestToken",
- "https://www.google.com/accounts/OAuthAuthorizeToken",
- "https://www.google.com/accounts/OAuthGetAccessToken"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment