Skip to content

Instantly share code, notes, and snippets.

@mager
Created February 11, 2012 20:51
Show Gist options
  • Save mager/1804158 to your computer and use it in GitHub Desktop.
Save mager/1804158 to your computer and use it in GitHub Desktop.
Spotify Apps API - Handling arguments and creating navigational tabs (manifest.json)
{
...
"DefaultTabs": [
{
"arguments": "index",
"title": {
"en": "Home"
}
},
{
"arguments": "tabs",
"title": {
"en": "How to use tabs"
}
}
],
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment