diff --git a/app.json b/app.json new file mode 100644 index 0000000..df84252 --- /dev/null +++ b/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" + } + ] +}