Skip to content

Instantly share code, notes, and snippets.

@moskrc
Created January 16, 2014 12:04
Show Gist options
  • Save moskrc/8453823 to your computer and use it in GitHub Desktop.
Save moskrc/8453823 to your computer and use it in GitHub Desktop.
{
"name": "People Addon",
"description": "Atlassian Connect add-on",
"permissions": [
"browse_projects",
"read_users_and_groups",
"read_metadata",
"read_user_session_data"
],
"key": "x_people_addon",
"baseUrl": "http://localhost:8000",
"vendor": {
"name": "My Organization, Inc",
"url": "https://developer.atlassian.com"
},
"version": "1.0",
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "/addon/hooks/installed/",
"disabled": "/addon/hooks/disabled/",
"enabled": "/addon/hooks/enabled/",
"uninstalled": "/addon/hooks/uninstalled/"
},
"modules": {
"generalPages": [
{
"url": "/addon/",
"name": {
"value": "Click Me"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment