-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
22 lines (22 loc) · 886 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Order Helper by SukuWc",
"description": "Card Numbers makes it easier for you to talk with your team about the cards on your boards.",
"details": "Forked from Reenhanced!!! The Card Numbers by SukuWc gives every card a unique number that you can use to reference the card more easily in conversation. Card numbers are displayed as a badge on the front of the card as well as a badge on the back of the card. ![Card Badge](https://reenhanced.github.io/trello-card-numbers/screenshot.png) Built by **[reenhanced](http://www.reenhanced.com)**",
"icon": {
"url": "./images/logo.png"
},
"author": "SukuWc (Forked from Reenhanced LLC)",
"capabilities": [
"card-badges",
"card-detail-badges",
"show-settings"
],
"connectors": {
"iframe": {
"url": "./index.html"
}
},
"recommend": {
"urls": ["http://www.reenhanced.com"]
}
}