rodgers-ios-music-export/.codex-plugin/plugin.json
2026-08-10 14:25:24 +02:00

42 lines
1.8 KiB
JSON

{
"name": "rodgers-ios-music-export",
"version": "1.0.0",
"description": "Read-only export of selected music from a paired USB iOS device to a Mac.",
"author": {
"name": "Rodger Werkhoven",
"url": "https://git.dimensionlab.net/Rodger"
},
"homepage": "https://git.dimensionlab.net/Rodger/rodgers-ios-music-export",
"repository": "https://git.dimensionlab.net/Rodger/rodgers-ios-music-export.git",
"license": "MIT",
"keywords": [
"ios",
"iphone",
"ipad",
"music",
"export",
"recovery",
"macos"
],
"skills": "./skills/",
"interface": {
"displayName": "Rodger's iOS Music Export",
"shortDescription": "Export iOS music safely.",
"longDescription": "In local Codex on macOS, export locally stored tracks from a USB iOS device without Finder or Music sync. Use an existing pairing or stop before Apple's persistent Trust action when pairing is absent. Select an exact genre, preserve existing files, resume interrupted copies, and verify results with sizes and SHA-256 hashes. Proven on iPad mini 2 with iOS 12.5.8; other schemas fail closed.",
"developerName": "Rodger Werkhoven",
"category": "Productivity",
"capabilities": [
"Read-only iOS device inventory",
"Exact genre export",
"Resumable local copy",
"SHA-256 verification"
],
"brandColor": "#151515",
"logo": "./assets/logo.svg",
"composerIcon": "./assets/composer-icon.svg",
"websiteURL": "https://git.dimensionlab.net/Rodger/rodgers-ios-music-export",
"privacyPolicyURL": "https://git.dimensionlab.net/Rodger/rodgers-ios-music-export/src/branch/main/PRIVACY.md",
"termsOfServiceURL": "https://git.dimensionlab.net/Rodger/rodgers-ios-music-export/src/branch/main/TERMS.md",
"defaultPrompt": "Use $rodgers-ios-music-export to export matching music from a USB iOS device without syncing it."
}
}