Skip to content

Commit

Permalink
fix service worker fr?
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeisnt committed Nov 27, 2024
1 parent db33de9 commit fe72259
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@
"default_popup": "popup.html"
},
"background": {
"service_worker": "dist/extension/background.js",
"service_worker": "extension-dist/extension/background.js",
"type": "module"
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [{
"resources": ["importmap.json"],
"matches": ["<all_urls>"]
}]
}
}

0 comments on commit fe72259

Please sign in to comment.