Skip to content

Commit 5554452

Browse files
committed
docs(): bumping release v1.9.0
1 parent 8137ec6 commit 5554452

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

manifest.json

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "LinkOff - Filter and Customizer for LinkedIn™",
44
"short_name": "LinkOff",
55
"author": "Noah Jelich",
6-
"version": "1.8.1",
6+
"version": "1.9.0",
77
"description": "LinkOff cleans and customizes LinkedIn. It filters out the junk, leaving behind the posts and page elements that you want to see.",
88
"browser_specific_settings": {
99
"gecko": {
@@ -22,14 +22,22 @@
2222
},
2323
"background": {
2424
"service_worker": "src/service_worker.js",
25-
"scripts": ["src/service_worker.js"],
25+
"scripts": [
26+
"src/service_worker.js"
27+
],
2628
"type": "module"
2729
},
2830
"content_scripts": [
2931
{
30-
"matches": ["https://www.linkedin.com/*"],
31-
"js": ["src/content/content.js"],
32-
"css": ["src/content/content.css"],
32+
"matches": [
33+
"https://www.linkedin.com/*"
34+
],
35+
"js": [
36+
"src/content/content.js"
37+
],
38+
"css": [
39+
"src/content/content.css"
40+
],
3341
"run_at": "document_end"
3442
}
3543
],
@@ -46,12 +54,18 @@
4654
"/src/features/misc.js",
4755
"/src/features/message.js"
4856
],
49-
"matches": ["https://www.linkedin.com/*"]
57+
"matches": [
58+
"https://www.linkedin.com/*"
59+
]
5060
}
5161
],
5262
"action": {
5363
"default_popup": "src/popup/popup.html"
5464
},
55-
"host_permissions": ["https://www.linkedin.com/*"],
56-
"permissions": ["storage"]
65+
"host_permissions": [
66+
"https://www.linkedin.com/*"
67+
],
68+
"permissions": [
69+
"storage"
70+
]
5771
}

0 commit comments

Comments
 (0)