Skip to content

Commit

Permalink
update manifest + add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Younes Afkari committed Jan 29, 2022
1 parent 73b851a commit 5c7ca18
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
Binary file added public/images/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
{
"short_name": "Linkedin Ad Remover",
"name": "Linkedin Ad Remover",
"description": "Linkedin Ad Remover - Focus on relevant posts",
"description": "Focus on relevant posts by removing promoted job posts on LinkedIn search page",
"version": "1.0",
"manifest_version": 3,
"action": {
"default_popup": "index.html"
"default_popup": "index.html",
"default_icon": {
"16": "/images/16x16.png",
"32": "/images/32x32.png",
"48": "/images/48x48.png",
"128": "/images/128x128.png"
}
},
"icons": {
"16": "/images/16x16.png",
"32": "/images/32x32.png",
"48": "/images/48x48.png",
"128": "/images/128x128.png"
},
"content_scripts": [
{
Expand Down

0 comments on commit 5c7ca18

Please sign in to comment.