Skip to content

Instantly share code, notes, and snippets.

@dokipen
Created September 1, 2011 18:26
Show Gist options
  • Select an option

  • Save dokipen/1186865 to your computer and use it in GitHub Desktop.

Select an option

Save dokipen/1186865 to your computer and use it in GitHub Desktop.
Google Plus Chrome App
{
"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