Manifest reference

More details about attributes inside manifest.json

Sample

{
  "name": "Emoji App",
  "short_description": "Add emoji to your cards and learn more about them.",
  "description": "Add emoji to your cards and learn more about them. \n **This is a sample app.**",
  "icon": "https://cdn.glitch.com/03813ab1-4482-45be-b7f7-74e8948d7ae7%2Femoji-icon.svg?1505355049359",
  "author": "Pipefy, Inc.",
  "init_url": "./",
  "screenshots": ["https://cdn.glitch.com/03813ab1-4482-45be-b7f7-74e8948d7ae7%2Fnew-whatsapp-emojis.jpg?1505355622244"],
  "features": [
    "pipe-buttons",
    "card-buttons",
    "card-badges",
    "card-tab"
  ]
}

Properties

PropertyDescription
nameApp name
short_descriptionShort description, will be displayed in the list
descriptionLong description, explain more details about how your app works
iconFull URL to your icon, prefer SVG images
authorYour name or company
init_urlRelative path to your HTML page with initCall
screenshotsArray with full URLs to screenshots
featuresList of features that this app will use

pipe-buttons
card-buttons
card-badges
card-tab

Click here to learn more about features

What’s Next