Created
February 6, 2016 00:11
-
-
Save desmondmorris/88b1f2e41d842850459f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Static Template", | |
"description": "", | |
"details": "A static sample Power-Up hosted on GitHub pages. Feel free to fork [this repository](https://github.com/trello/power-up-template) as a starting point for your own Power-Up.", | |
"icon": { | |
"url": "./images/logo.png" | |
}, | |
"author": "Trello Inc", | |
"capabilities": [ | |
"attachment-sections", | |
"attachment-thumbnail", | |
"board-buttons", | |
"callback", | |
"card-badges", | |
"card-buttons", | |
"card-detail-badges", | |
"card-from-url", | |
"format-url", | |
"show-settings" | |
], | |
"connectors": { | |
"iframe": { | |
"url": "./index.html" | |
} | |
}, | |
"recommend": { | |
"urls": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment