Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekBoySupreme authored Feb 17, 2023
1 parent f410bd6 commit 6205003
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions showkeys/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "Show Keys",
"version": "1.0.2",
"version": "1.0.3",
"description": "Show keys as you type",
"content_scripts":[
{
Expand All @@ -10,9 +10,9 @@
}
],
"background": {
"scripts": ["background.js"]
"service_worker": "background.js"
},
"browser_action": {
"action": {
"default_icon": {
"128": "showkeys_128.png"
},
Expand All @@ -23,4 +23,4 @@
"128": "showkeys_128.png"
}
}
}
}

0 comments on commit 6205003

Please sign in to comment.