Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clients(extension): update to manifest v3 #15219

Merged
merged 2 commits into from
Jul 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Lighthouse",
"version": "100.0.0.2",
"minimum_chrome_version": "72",
"manifest_version": 2,
"manifest_version": 3,
"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 All @@ -12,7 +12,7 @@
"activeTab",
"storage"
],
"browser_action": {
"action": {
"default_icon": {
"32": "images/lh_favicon_32x32.png"
},
Expand Down
Loading