-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
17 lines (17 loc) · 771 Bytes
/
Copy pathplugin.json
File metadata and controls
17 lines (17 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"_comment": "This file is for non-Claude Code platforms (e.g. Cursor). The Claude Code manifest lives at .claude-plugin/plugin.json.",
"name": "tinify-ai",
"description": "AI-powered image optimization — compress, resize, upscale, convert formats, and generate SEO metadata. Includes skills for project-wide image auditing, SEO, and web performance.",
"version": "1.0.0",
"author": {
"name": "tinify.ai",
"email": "hello@tinify.ai",
"url": "https://tinify.ai"
},
"homepage": "https://tinify.ai",
"repository": "https://github.com/onepunchtechnology/tinify-ai-plugin",
"license": "MIT",
"keywords": ["image", "optimization", "compression", "seo", "web-performance", "webp", "avif"],
"skills": "skills/",
"mcpServers": ".mcp.json"
}