Created
September 1, 2011 18:26
-
-
Save dokipen/1186865 to your computer and use it in GitHub Desktop.
Google Plus Chrome App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Google+", | |
| "description": "Google Plus", | |
| "version": "1.0", | |
| "icons": { | |
| "128": "128.png" | |
| }, | |
| "app": { | |
| "urls": [ | |
| "https://plus.google.com/" | |
| ], | |
| "launch": { | |
| "web_url": "https://plus.google.com/" | |
| } | |
| }, | |
| "permissions": [ | |
| "unlimitedStorage", | |
| "notifications" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment