File tree Expand file tree Collapse file tree 1 file changed +22
-8
lines changed Expand file tree Collapse file tree 1 file changed +22
-8
lines changed Original file line number Diff line number Diff line change 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" : {
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 ],
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}
You can’t perform that action at this time.
0 commit comments