Skip to content

Commit 7c036e9

Browse files
committed
feat: add action key to chrome manifest for extension functionality
1 parent e9bec63 commit 7c036e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/chrome.manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"background": {
33
"service_worker": "background.js"
4-
}
4+
},
5+
"action": {}
56
}

0 commit comments

Comments
 (0)