diff --git a/generateChr_manifest.ts b/generateChr_manifest.ts index 499a6d3..ed789d5 100644 --- a/generateChr_manifest.ts +++ b/generateChr_manifest.ts @@ -34,7 +34,7 @@ export async function generateChr_manifest( "manifest_version": 3, "description": "${layout.language} ${layout.name} v${layout.version}", "background": { - "scripts": ["background.js"] + "service_worker": ["background.js"] }, "icons": { "16": "icon16.png", diff --git a/output/Manoonchai/thaimnc/manifest.json b/output/Manoonchai/thaimnc/manifest.json index 561c44c..939faed 100644 --- a/output/Manoonchai/thaimnc/manifest.json +++ b/output/Manoonchai/thaimnc/manifest.json @@ -4,7 +4,7 @@ "manifest_version": 3, "description": "Thai Manoonchai v1.0", "background": { - "scripts": ["background.js"] + "service_worker": ["background.js"] }, "icons": { "16": "icon16.png",