Skip to content

Commit

Permalink
Merge pull request #7 from RootUp/adding-icon
Browse files Browse the repository at this point in the history
uploading icon
  • Loading branch information
RootUp authored Oct 8, 2024
2 parents 53a5604 + bc69b4c commit 596bb53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
Binary file added SmuggleSheild/icon.zip
Binary file not shown.
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 596bb53

Please sign in to comment.