Skip to content

Commit

Permalink
fix extension id runtime error invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
DarhkVoyd committed Dec 18, 2024
1 parent 22efe74 commit dc98d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Toppings",
"version": "3.0.0",
"version": "3.0.1",
"description": "Your YouTube, Your Way.",
"private": "true",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions web-ext/src/content_scripts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function runApp(message: any): undefined {

// Handle Events
chrome.runtime.sendMessage(
chrome.runtime.id,
JSON.stringify({ type: "event", payload: "connected" }),
{},
runApp,
Expand Down

0 comments on commit dc98d0e

Please sign in to comment.