Complete browser extension gRPC flow #4

Merged
joejulian merged 19 commits from feature/browser-extension-grpc into main 2026-04-12 18:58:34 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 77e92a2368 - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@
"manifest_version": 3, "manifest_version": 3,
"name": "KeePassGO Browser", "name": "KeePassGO Browser",
"version": "0.1.0", "version": "0.1.0",
"description": "Fill credentials from KeePassGO over the local gRPC API.", "description": "Fill credentials from KeePassGO on sign-in pages.",
"permissions": ["activeTab", "nativeMessaging", "storage", "tabs"], "permissions": ["activeTab", "nativeMessaging", "storage", "tabs"],
"host_permissions": ["http://*/*", "https://*/*"], "host_permissions": ["http://*/*", "https://*/*"],
"background": { "background": {
+1 -1
View File
@@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "KeePassGO Browser", "name": "KeePassGO Browser",
"version": "0.1.0", "version": "0.1.0",
"description": "Fill credentials from KeePassGO over the local gRPC API.", "description": "Fill credentials from KeePassGO on sign-in pages.",
"permissions": [ "permissions": [
"activeTab", "activeTab",
"nativeMessaging", "nativeMessaging",