Simplify browser extension manifest descriptions

This commit is contained in:
Joe Julian
2026-04-12 07:03:06 -07:00
parent 4b8c1de1a6
commit 77e92a2368
2 changed files with 2 additions and 2 deletions
+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",