Skip to content

Commit

Permalink
fix: Autologin in Cozy Pass Web in Chrome
Browse files Browse the repository at this point in the history
We forgot to add the appInfo script that perform the autologin in
Cozy Pass Web in the manifest.v3 so it was not working on Chrome.
  • Loading branch information
zatteo committed Dec 10, 2024
1 parent 440ac6e commit 5cafc6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/browser/src/manifest.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"js": ["content/lp-fileless-importer.js"],
"matches": ["https://lastpass.com/export.php"],
"run_at": "document_start"
},
{
"all_frames": true,
"js": ["content/appInfo.js"],
"matches": ["http://*/*", "https://*/*", "file:///*"],
"run_at": "document_start"
}
],
"background": {
Expand Down

0 comments on commit 5cafc6a

Please sign in to comment.