Skip to content

Commit

Permalink
fix: genChr remove [] from service_worker
Browse files Browse the repository at this point in the history
  • Loading branch information
hiohlan authored Dec 27, 2023
1 parent 17e4051 commit aec03fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generateChr_manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function generateChr_manifest(
"manifest_version": 3,
"description": "${layout.language} ${layout.name} v${layout.version}",
"background": {
"service_worker": ["background.js"]
"service_worker": "background.js"
},
"icons": {
"16": "icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion output/Manoonchai/thaimnc/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"manifest_version": 3,
"description": "Thai Manoonchai v1.0",
"background": {
"service_worker": ["background.js"]
"service_worker": "background.js"
},
"icons": {
"16": "icon16.png",
Expand Down

0 comments on commit aec03fc

Please sign in to comment.