From 378ef4d7d11be91fb7856b3f7ec03cfabcc794a8 Mon Sep 17 00:00:00 2001 From: KillariDev Date: Wed, 19 Jun 2024 15:17:11 +0300 Subject: [PATCH 1/2] rename interceptor in manifest and add a better description --- app/manifestV2.json | 4 ++-- app/manifestV3.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/manifestV2.json b/app/manifestV2.json index 12a222ad..dfbe4384 100644 --- a/app/manifestV2.json +++ b/app/manifestV2.json @@ -1,6 +1,6 @@ { - "name": "Interceptor", - "description": "Interceptor", + "name": "The Interceptor", + "description": "Gain a clearer understanding of your Ethereum transactions with The Interceptor browser extension", "version": "0.0.0", "manifest_version": 2, "browser_action": { diff --git a/app/manifestV3.json b/app/manifestV3.json index 11766201..ab1850c2 100644 --- a/app/manifestV3.json +++ b/app/manifestV3.json @@ -1,6 +1,6 @@ { - "name": "Interceptor", - "description": "Interceptor", + "name": "The Interceptor", + "description": "Gain a clearer understanding of your Ethereum transactions with The Interceptor browser extension", "version": "0.0.0", "manifest_version": 3, "action": { From fc5944da0045226d963c98973bc51bf654700971 Mon Sep 17 00:00:00 2001 From: KillariDev Date: Fri, 21 Jun 2024 13:10:26 +0300 Subject: [PATCH 2/2] update description --- app/manifestV2.json | 2 +- app/manifestV3.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/manifestV2.json b/app/manifestV2.json index dfbe4384..03894bd5 100644 --- a/app/manifestV2.json +++ b/app/manifestV2.json @@ -1,6 +1,6 @@ { "name": "The Interceptor", - "description": "Gain a clearer understanding of your Ethereum transactions with The Interceptor browser extension", + "description": "Gain a clearer understanding of your Ethereum transactions before any of your assets are at risk. Simulate a series of transactions to see what will happen before signing anything. Get warned of common scams and mistakes to avoid them.", "version": "0.0.0", "manifest_version": 2, "browser_action": { diff --git a/app/manifestV3.json b/app/manifestV3.json index ab1850c2..a2bafb29 100644 --- a/app/manifestV3.json +++ b/app/manifestV3.json @@ -1,6 +1,6 @@ { "name": "The Interceptor", - "description": "Gain a clearer understanding of your Ethereum transactions with The Interceptor browser extension", + "description": "Gain a clearer understanding of your Ethereum transactions before any of your assets are at risk. Simulate a series of transactions to see what will happen before signing anything. Get warned of common scams and mistakes to avoid them.", "version": "0.0.0", "manifest_version": 3, "action": {