Skip to content

Commit

Permalink
migrate to manifest V3
Browse files Browse the repository at this point in the history
  • Loading branch information
leoncik committed Sep 22, 2022
1 parent d840b9e commit f54f7d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "Parafaute",
"version": "1.0.0",
"author": "leoncik",
Expand All @@ -11,15 +11,14 @@
"48": "src/icônes/icon-48.png"
},

"browser_action": {
"action": {
"default_icon": "src/icônes/icon-48.png",
"default_title": "Parafaute",
"default_popup": "src/popup/popup.html"
},
"options_ui": {
"page": "src/options/options.html",
"browser_style": true,
"chrome_style": true,
"open_in_tab": false
},

Expand Down

0 comments on commit f54f7d7

Please sign in to comment.