From 6a967bfb0a720f6db561b779920ce90c3746f2c0 Mon Sep 17 00:00:00 2001 From: Alain Emilia Anna Zscheile Date: Fri, 7 Jun 2024 01:30:16 +0200 Subject: [PATCH] README: describe what this does more accurately --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa33e2d..3f7f29f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ff-env-scrape -fetches the current page's `/.env` with the click of a button. +fetches the current page's `/.env` with the click of a button (and logs it into the global Browser Console). +Currently, this stores all fetched `.env` files in the extensions local storage for later retrieval. +This addon is experimental and not yet ready for wide-spread use. build using `npx web-ext build`.