diff --git a/.github/workflows/client-PR.yaml b/.github/workflows/client-PR.yaml index 95dccbb..6144cfe 100644 --- a/.github/workflows/client-PR.yaml +++ b/.github/workflows/client-PR.yaml @@ -2,9 +2,6 @@ name: 'client-pr' on: pull_request: branches: [main] - paths: - - 'holo-key-manager-js-client/package.json' - - '.github/workflows/client-PR.yaml' merge_group: branches: [main] types: [checks_requested] diff --git a/.github/workflows/extension-PR.yaml b/.github/workflows/extension-PR.yaml index 17cea47..83ac27c 100644 --- a/.github/workflows/extension-PR.yaml +++ b/.github/workflows/extension-PR.yaml @@ -2,8 +2,6 @@ name: 'extension-pr' on: pull_request: branches: [main] - paths: - - 'holo-key-manager-extension/**' merge_group: branches: [main] types: [checks_requested] diff --git a/holo-key-manager-extension/static/manifest.json b/holo-key-manager-extension/static/manifest.json index ea5d580..1888285 100644 --- a/holo-key-manager-extension/static/manifest.json +++ b/holo-key-manager-extension/static/manifest.json @@ -1,6 +1,6 @@ { "name": "Holo Key Manager", - "description": "Holo Key manager is key administration made simple. Generate and securely store keys on dWeb & Web3 applications across multiple devices. Easy transactions and log in with no passwords, open source advanced encryption keeping your keys safe!", + "description": "Holo Key manager is key administration made simple. Generate and securely store keys on dWeb & Web3 applications in multiple devices", "version": "0.0.76", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiAtKvbHNTN3O2BLRZH7RkLczaMLenSeZu+YP+KomPQPZ18nt4DY9boIN/+GWts7gCzEeQq59l8edGdF2P7xAbsRxYR88+zFEbxMtIyfyqJZIlzXwnvPJkwGu/S6arNtX48K7q1+xnJEE7VyeYSj6/i2LR+LmPigCzY9JCP7+SmWVeYbdm3kZmReK0ecfh15RXSNjZpXJUgrbea/RVxweggYKnmhhOUBmuJSCLoWTXIuJPBMwGQK1O2GKBqHOq94bPVSF7j+4WzSpPan70ZZJX/reFsOFE/idfFN6wbizjR1Ne50Po03kudEmfQgoqUhVpd0wP8A3YbqE7ODdZcCPPwIDAQAB", "manifest_version": 3,