Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Firefox support #29

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

OctopusET
Copy link
Contributor

크롬에서 해당 부분이 작동하지 않는다면

    "service_worker": "background.js",
    "scripts": ["background.js"]

CI/CD에 다음 패치를 적용하는 방식으로 진행하는게 좋을 것 같습니다.

diff --git a/manifest.json b/manifest.json
index b3d4308..34d3724 100644
--- a/manifest.json
+++ b/manifest.json
@@ -60,7 +60,7 @@
     }
   ],
   "background": {
-    "service_worker": "background.js"
+    "scripts": ["background.js"]
   },
   "browser_specific_settings": {
     "gecko": {

update 디렉토리는 파이어폭스 구버전과 관련된 부분같아 지웠습니다. 혹시나 구버전의 확장프로그램의 작동에 문제가 생긴다면 지우지 않겠습니다.

현재 #27의 문제 때문에 firefox 에드온등록이 불가능합니다.

Close: #28

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.

Firefox 지원 재 추가
2 participants