Skip to content

Commit

Permalink
Upgraded manifest.json from version 2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
heisencoder committed Oct 2, 2022
1 parent e1608f8 commit 540c5f2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tab-shortcuts/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"manifest_version": 2,
"manifest_version": 3,

"name": "Tab Shortcuts - Rearrange Chrome Tabs",
"short_name": "Tab Shortcuts",
"description": "Add keyboard shortcuts for moving tabs between windows",
"version": "0.1.0",
"version": "0.2.0",
"author": "Matthew V. Ball",

"background": {
"scripts": ["background.js"],
"persistent": true
"service_worker": "background.js"
},

"commands": {
Expand Down Expand Up @@ -53,5 +52,4 @@
}
}
}

}

0 comments on commit 540c5f2

Please sign in to comment.