Skip to content

Instantly share code, notes, and snippets.

@rcoh
Created July 23, 2013 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcoh/6064190 to your computer and use it in GitHub Desktop.
Save rcoh/6064190 to your computer and use it in GitHub Desktop.
New actions for actions.json
{
"actions": [ … ],
"leftActions": [
{...},
{...},
{
"id": 4,
"uuid": "abcdefg",
"name": "Return to Frame",
"call_to_action": "Return",
"description": "This will put a filter on a photo a file",
"icon_sm": "mailer.png",
"icon_lg": "mailer.png",
"app_id": "com.liyan.frame",
"appurl_full": "frame",
"app_type": "ReturnCancel",
"color": "green"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment