Skip to content

Commit

Permalink
Fix Sidebar Template (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
furqoncreative authored Jan 16, 2025
1 parent f6d9c3c commit 18b21c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sidebar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"chromium:permissions": ["sidePanel"],
"background": {
"chromium:service_worker": "background.ts",
"firefox:scripts": ["background.ts"]
"chromium:service_worker": "background.js",
"firefox:scripts": ["background.js"]
}
}

0 comments on commit 18b21c1

Please sign in to comment.