diff --git a/plugin-template.json b/plugin-template.json index 2b311c7d..511cad22 100644 --- a/plugin-template.json +++ b/plugin-template.json @@ -1,13 +1,13 @@ { - "author": "your name or org name", - "homepage": "https://github.com/OWNER/REPO", - "identifier": "plugin-template # same as your filename", - "locale": "zh-CN # you can set locale if you use other i18n language, default is en-US", - "manifest": "https://url.to/manifest.json", + "author": "ez-hq", + "homepage": "https://github.com/ez-hq/uni-course-scheduler", + "identifier": "uni-course-scheduler", + "locale": "en-US", + "manifest": "https://raw.githubusercontent.com/ez-hq/uni-course-scheduler/main/manifest.json", "meta": { - "avatar": "☂️ emoji or logo url", - "tags": ["tag1", "tag2", "# will auto generate i18n in workflow"], - "title": "plugin en-US title # will auto generate i18n in workflow", - "description": "plugin en-US description # will auto generate i18n in workflow" + "avatar": "🎓", + "tags": ["schedule", "university", "course"], + "title": "Uni Course Scheduler", + "description": "A course management tool that helps university students plan clash-free schedules, optimize backup options, and navigate high-demand course registration with ease." } } diff --git a/src/uni-course-scheduler.json b/src/uni-course-scheduler.json new file mode 100644 index 00000000..e14f08ec --- /dev/null +++ b/src/uni-course-scheduler.json @@ -0,0 +1,20 @@ +{ + "author": "ez-hq", + "homepage": "https://github.com/ez-hq/uni-course-scheduler", + "identifier": "uni-course-scheduler", + "manifest": "https://raw.githubusercontent.com/ez-hq/uni-course-scheduler/main/manifest.json", + "meta": { + "avatar": "\ud83c\udf93", + "tags": [ + "university", + "course-planner", + "timetable", + "education", + "excel" + ], + "title": "Uni Course Scheduler", + "description": "AI university course planning: analyze catalogs, recommend courses, build conflict-free timetables, export Excel + ICS. Supports US/AU/UK/ECTS/CN credit systems.", + "category": "education" + }, + "schemaVersion": 1 +} \ No newline at end of file