Skip to content

Commit

Permalink
Keep compatible with Firefox
Browse files Browse the repository at this point in the history
Manifest V3 disagreement issue; see:

  mozilla/web-ext#2532 (comment)
  • Loading branch information
Pictor13 committed Jun 7, 2024
1 parent b2c5c03 commit 33f6234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"description": "Lists all tabs from all windows, possibly grouped and indented by TreeStyleTabs structure.",
"permissions": ["tabs", "storage"],
"background": {
"service_worker": "background.js"
"scripts": [
"background.js"
]
},
"action": {
"default_title": "Tabs Overview",
Expand Down

0 comments on commit 33f6234

Please sign in to comment.