Skip to content

Commit

Permalink
fix(): added extension id
Browse files Browse the repository at this point in the history
  • Loading branch information
njelich authored Dec 24, 2024
1 parent 0a29600 commit 88104b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
"author": "Noah Jelich",
"version": "1.8.0",
"description": "LinkOff cleans and customizes LinkedIn. It filters out the junk, leaving behind the posts and page elements that you want to see.",
"browser_specific_settings": {
"gecko": {
"id": "linkoff_gecko@jelich.cc",
"strict_min_version": "58.0"
},
"gecko_android": {
"id": "linkoff_gecko_android@jelich.cc",
"strict_min_version": "58.0"
}
},
"icons": {
"16": "src/icons/icon16.png",
"48": "src/icons/icon48.png",
Expand Down

0 comments on commit 88104b5

Please sign in to comment.