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
559 B
JSON

{
"name": "ios",
"displayName": "iOS",
"version": "1.0.0",
"description": "Cursor plugin for iOS development: Swift, SwiftUI, 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": [
"ios",
"swift",
"swiftui",
"uikit",
"xcode"
],
"category": "developer-tools",
"tags": [
"mobile",
"ios",
"swift"
],
"skills": "./skills/"
}