Files
ericzakariasson 7067f9d340 Add displayName to all plugin manifests
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 18:24:16 -08:00

28 lines
600 B
JSON

{
"name": "android",
"displayName": "Android",
"version": "1.0.0",
"description": "Cursor plugin for Android development: Kotlin, Jetpack Compose, architecture, and testing",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"keywords": [
"android",
"kotlin",
"jetpack-compose",
"gradle",
"mobile"
],
"category": "developer-tools",
"tags": [
"mobile",
"android",
"kotlin"
],
"skills": "./skills/"
}