Skip to content

Commit

Permalink
clients(extension): update some properties for manifest v3 (#15347)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Aug 4, 2023
1 parent cd3d3a4 commit 8f5e052
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions clients/extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "Lighthouse",
"version": "100.0.0.2",
"minimum_chrome_version": "72",
"version": "100.0.0.3",
"minimum_chrome_version": "88",
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "{cf3dba12-a848-4f68-8e2d-f9fadc0721de}"
}
},
"description": "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.",
"icons": {
"16": "images/lh_favicon_16x16.png",
Expand Down

0 comments on commit 8f5e052

Please sign in to comment.