{
  "name": "daskeyboard-applet--trello",
  "displayName": "Trello",
  "version": "2.0.0",
  "description": "Displays Trello notifications.",
  "longDescription": "Get a visual notification on your Q device when a Trello notification is waiting for you.",
  "officialProductName": "Trello",
  "appUrl": "www.trello.com",
  "isSingleton": false,
  "videoUrl": "",
  "icon": "assets/icon.png",
  "image": "assets/image-missing.png",
  "publisher": "Das Keyboard",
  "authorName": "Das Keyboard",
  "authorUrl": "https://twitter.com/daskeyboard",
  "issuesUrl": "https://github.com/metadot/q-applet-trello/issues",
  "homePageUrl": "https://github.com/DasKeyboard/q-applet-trello",
  "developerRepoUrl": "https://github.com/metadot/q-applet-trello",
  "licenseUrl": "http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt",
  "readMeUrl": "README.md",
  "readMeEndUserUrl": "README_ENDUSER.md",
  "changelogUrl": "CHANGELOG.MD",
  "main": "index.js",
  "engines": {
    "das-keyboard-q": "3.1.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "license": "MIT",
  "dependencies": {
    "daskeyboard-applet": "^2.11.4"
  },
  "qConfig": {
    "geometry": {
      "width": 1,
      "height": 1
    },
    "questions": [
      {
        "key": "token",
        "label": "Enter your Server Token",
        "help": "You can generate a Server Token by going to https://trello.com/app-key/",
        "supportUrl": "https://trello.com/app-key/",
        "required": true,
        "order": 1,
        "controlType": "textbox"
      },
      {
        "key": "color",
        "label": "Select a color",
        "help": "",
        "required": true,
        "order": 2,
        "controlType": "color",
        "value": "#0376be"
      },
      {
        "key": "effect",
        "label": "Select a notification effect",
        "help": "",
        "required": true,
        "order": 3,
        "controlType": "effect",
        "value": "BLINK"
      }
    ],
    "authorization": {
      "type": "apiKey",
      "hint": "Login or signup for free to get your API key",
      "supportUrl": "https://trello.com/app-key/"
    },
    "requirements": {
      "authorization": "basic",
      "applet": {}
    }
  },
  "devDependencies": {
    "mocha": "^5.2.0"
  }
}
