Aug 26 - Enhance security 3
CI / Python lint (flake8) (push) Has been cancelled
CI / Python syntax check (push) Has been cancelled
CI / Alembic migration chain (push) Has been cancelled
CI / JavaScript syntax check (push) Has been cancelled
CI / Pytest (push) Has been cancelled
CI / Build extension zip (push) Has been cancelled

This commit is contained in:
2026-08-26 13:54:48 -04:00
parent 6c1bef73c8
commit cc216b0d98
16 changed files with 11056 additions and 43 deletions
+5 -2
View File
@@ -32,6 +32,7 @@
"https://*/*"
],
"js": [
"shared/psl.js",
"content/content.js"
],
"run_at": "document_idle"
@@ -49,7 +50,9 @@
"web_accessible_resources": [
{
"resources": [],
"matches": ["<all_urls>"]
"matches": [
"<all_urls>"
]
}
],
"icons": {
@@ -66,4 +69,4 @@
"description": "Open PassKeeper"
}
}
}
}