Skip to content

Commit

Permalink
added icon for extension on browser's extensions page
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-lokare committed Jan 8, 2022
1 parent 0ecb07c commit 3e76e9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "AutoJoomer",
"version": "2.2.1",
"manifest_version": 2,
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"tabs"
],
Expand Down Expand Up @@ -32,4 +37,4 @@
]
}],
"content_security_policy": "script-src 'self' https://www.vishal-lokare.co https://www.googleapis.com https://*.firebasedatabase.app; object-src 'self'; connect-src 'self' wss://*.firebasedatabase.app https://www.vishal-lokare.co;"
}
}

0 comments on commit 3e76e9f

Please sign in to comment.