Skip to content

Instantly share code, notes, and snippets.

@dwi2
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dwi2/585a9cb22b1e84992f28 to your computer and use it in GitHub Desktop.
Save dwi2/585a9cb22b1e84992f28 to your computer and use it in GitHub Desktop.
default-cards.json with folder
{
"card_list": [
{
"type": "Deck",
"deckClass": "tv",
"manifestURL": "app://tv-deck.gaiamobile.org/manifest.webapp",
"group": "tv"
},
{
"type": "Application",
"launchURL": "app://tv-deck.gaiamobile.org/index.html#1,dvb-t,1",
"manifestURL": "app://tv-deck.gaiamobile.org/manifest.webapp",
"name": {
"args": {
"number": "1"
},
"id": "channel-name"
},
"group": "tv"
},
{
"type": "Deck",
"deckClass": "application",
"manifestURL": "app://app-deck.gaiamobile.org/manifest.webapp",
"group": "application"
},
{
"type": "Application",
"manifestURL": "app://tv-epg.gaiamobile.org/manifest.webapp",
"group": "application"
},
{
"type": "Deck",
"deckClass": "device",
"manifestURL": "app://device-deck.gaiamobile.org/manifest.webapp",
"group": "device"
},
{
"type": "Deck",
"deckClass": "dashboard",
"manifestURL": "app://dashboard.gaiamobile.org/manifest.webapp",
"group": "dashboard"
},
{
"type": "Folder",
"name": {
"raw": "New Folder"
},
"folderId": "82f4fc3b-aad4-4d6d-88c0-e435a3454f60",
"_cardsInFolder": [
{
"type": "Application",
"manifestURL": "app://music.gaiamobile.org/manifest.webapp",
"group": "application"
},
{
"type": "Application",
"manifestURL": "app://gallery.gaiamobile.org/manifest.webapp",
"group": "application"
}
]
},
{
"type": "Application",
"manifestURL": "app://video.gaiamobile.org/manifest.webapp",
"group": "application"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment