Skip to content

Commit

Permalink
fix icon size in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao committed Jun 20, 2019
1 parent 11f5efe commit cdf7d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"description" : "Local sheriff is a reconnaissance tool in your browser for your data.",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"icons": {
"256": "icons/sheriff.png"
"128": "icons/sheriff.png"
},
"browser_action": {
"default_icon": "icons/sheriff-128x128.png"
Expand Down

0 comments on commit cdf7d6a

Please sign in to comment.