Skip to content

Fix extension loading error and update workflow branch config#11

Merged
unknowIfGuestInDream merged 2 commits intomasterfrom
copilot/fix-plugin-loading-error
Jan 24, 2026
Merged

Fix extension loading error and update workflow branch config#11
unknowIfGuestInDream merged 2 commits intomasterfrom
copilot/fix-plugin-loading-error

Conversation

Copy link
Contributor

Copilot AI commented Jan 24, 2026

Extension fails to load in Chrome due to missing default_locale in manifest when _locales folder is present.

Changes

  • Manifest fix: Added "default_locale": "en" to both Chrome and Edge manifest.json files. Chrome requires this field when localization files (_locales/) exist.

  • Workflow update: Added main branch to test.yml pull request triggers for consistency with push-artifact.yml.

{
  "manifest_version": 3,
  "name": "Patch Reader",
  "default_locale": "en",
  ...
}
Original prompt

This section details on the original issue you should resolve

<issue_title>问题修复</issue_title>
<issue_description>1. 主分支是master,更新工作流
2. 加载插件时错误
Image</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
@unknowIfGuestInDream unknowIfGuestInDream marked this pull request as ready for review January 24, 2026 12:05
Copilot AI changed the title [WIP] Fix plugin loading error in master branch Fix extension loading error and update workflow branch config Jan 24, 2026
@unknowIfGuestInDream unknowIfGuestInDream merged commit 3e0bfc3 into master Jan 24, 2026
2 checks passed
@unknowIfGuestInDream unknowIfGuestInDream deleted the copilot/fix-plugin-loading-error branch January 24, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

问题修复

2 participants