Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
RootUp authored Oct 8, 2024
1 parent dc76bd3 commit bc69b4c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions SmuggleSheild/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"name": "SmuggleShield",
"name": "SmuggleSheild",
"version": "2.0",
"description": "Basic protection against HTML smuggling attempts.",
"author": "Dhiraj Mishra (@RandomDhiraj)",
Expand All @@ -24,6 +24,16 @@
}
],
"action": {
"default_popup": "popup.html"
"default_popup": "popup.html",
"default_icon": {
"16": "icon/SmuggleSheild.png",
"48": "icon/SmuggleSheild.png",
"128": "icon/SmuggleSheild.png"
}
},
"icons": {
"16": "icon/SmuggleSheild.png",
"48": "icon/SmuggleSheild.png",
"128": "icon/SmuggleSheild.png"
}
}
}

0 comments on commit bc69b4c

Please sign in to comment.