Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions plugin-template.json
Original file line number Diff line number Diff line change
@@ -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."
}
}
20 changes: 20 additions & 0 deletions src/uni-course-scheduler.json
Original file line number Diff line number Diff line change
@@ -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
}