Skip to content

Commit

Permalink
Add missing icon list in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-nexus committed Dec 14, 2023
1 parent f0526c2 commit 2f3adf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Easy Blur",
"version": "2.0.0",
"version": "2.0.1",
"description": "Blur parts of a web page, before taking screenshots or screen recordings",
"permissions": [
"activeTab",
Expand All @@ -13,6 +13,9 @@
"default_popup": "popup.html",
"default_icon": "images/icon.png"
},
"icons": {
"128": "images/icon.png"
},
"background": {
"service_worker": "background.js"
}
Expand Down

0 comments on commit 2f3adf9

Please sign in to comment.