{ "name": "invoice-prep-test", "version": "1.0.0", "description": "TEST plugin: copy of invoice-prep that asks for the Tempo API token via plugin userConfig at install time, instead of a .env file.", "userConfig": { "tempo_api_token": { "type": "string", "title": "Tempo API Token", "description": "Tempo read token, used to fetch your worklogs. Generate at Tempo → Settings → API Integration.", "sensitive": true } } }