mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
3fea6c1426
Co-authored-by: Cursor <cursoragent@cursor.com>
28 lines
563 B
JSON
28 lines
563 B
JSON
{
|
|
"name": "android",
|
|
"displayName": "Android",
|
|
"version": "1.0.0",
|
|
"description": "Android development with Kotlin and Jetpack Compose.",
|
|
"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/"
|
|
}
|