Skip to content

Commit

Permalink
docs(): bumping release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 24, 2024
1 parent 9b331f7 commit 0a29600
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "LinkOff - Filter and Customizer for LinkedIn™",
"short_name": "LinkOff",
"author": "Noah Jelich",
"version": "1.7.1",
"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.",
"icons": {
"16": "src/icons/icon16.png",
Expand All @@ -12,14 +12,22 @@
},
"background": {
"service_worker": "src/service_worker.js",
"scripts": ["src/service_worker.js"],
"scripts": [
"src/service_worker.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": ["https://www.linkedin.com/*"],
"js": ["src/content/content.js"],
"css": ["src/content/content.css"],
"matches": [
"https://www.linkedin.com/*"
],
"js": [
"src/content/content.js"
],
"css": [
"src/content/content.css"
],
"run_at": "document_end"
}
],
Expand All @@ -36,12 +44,18 @@
"/src/features/misc.js",
"/src/features/message.js"
],
"matches": ["https://www.linkedin.com/*"]
"matches": [
"https://www.linkedin.com/*"
]
}
],
"action": {
"default_popup": "src/popup/popup.html"
},
"host_permissions": ["https://www.linkedin.com/*"],
"permissions": ["storage"]
"host_permissions": [
"https://www.linkedin.com/*"
],
"permissions": [
"storage"
]
}

0 comments on commit 0a29600

Please sign in to comment.