Skip to content

Commit

Permalink
Add Heroku button app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworiordan committed Jan 24, 2017
1 parent dcb00a0 commit 7b76e95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app.json
@@ -0,0 +1,12 @@
{
"name": "Ably Browser & PhoneGap Demo",
"description": "A simple demo to demonstrate using Ably to power a live chat app using pub/sub messaging and presence",
"repository": "https://github.com/ably/demo-mobile-phonegap-cordova",
"logo": "https://files.ably.io/logo-70x70.png",
"keywords": ["Ably", "pub/sub", "chat", "realtime", "presence"],
"addons": [
{
"plan": "ably:test"
}
]
}

0 comments on commit 7b76e95

Please sign in to comment.