Skip to content

Commit

Permalink
Merge branch 'fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
Acorn221 committed Nov 5, 2022
2 parents 0dedf77 + aa06b04 commit fc4ff17
Show file tree
Hide file tree
Showing 11 changed files with 4,115 additions and 10,120 deletions.
13 changes: 6 additions & 7 deletions manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,23 @@ export default {
"*://\*.tinder.com/\*",
"*://\*.gotinder.com/\*"
],
/*"content_scripts": [
"content_scripts": [
{
"matches": ["*://\*.tinder.com/\*"],
"js": ["./static/js/LighterFuel.js"],
"css": ["./injectedCss.css"],
"js": ["src/background/injected/LighterFuel.ts"],
"css": ["src/assets/injectedCss.css"],
"all_frames": false,
"run_at": "document_end"
}
],
"background": {
"service_worker": "/static/js/background.js"
"service_worker": "src/background/background.ts"
},
"web_accessible_resources": [{
"resources": [
"static/*",
"./injectedCss.css"
"src/assets/injectedCss.css"
],
"matches": ["<all_urls>"],
"use_dynamic_url": true
}]*/
}]
}
Loading

0 comments on commit fc4ff17

Please sign in to comment.