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
Property | Description |
---|---|
name | App name |
short_description | Short description, will be displayed in the list |
description | Long description, explain more details about how your app works |
icon | Full URL to your icon, prefer SVG images |
author | Your name or company |
init_url | Relative path to your HTML page with initCall |
screenshots | Array with full URLs to screenshots |
features | List of features that this app will use pipe-buttons card-buttons card-badges card-tab Click here to learn more about features |
Updated 9 months ago
What’s Next