From d551158d8a6c112daa6434c14e769357ddf4c437 Mon Sep 17 00:00:00 2001 From: Nirzara Ghure <113231114+nirzaraghure@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:08:11 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20GitGenius:=20AI-generated=20code?= =?UTF-8?q?=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ARCHITECTURE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ARCHITECTURE.md diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md new file mode 100644 index 0000000..781903e --- /dev/null +++ b/ARCHITECTURE.md @@ -0,0 +1,14 @@ +# System Architecture + +```mermaid +graph TD + A[README.md] --> B[background.js] + A --> C[content.js] + B --> D[icons] + C --> E[manifest.json] + E --> F[popup.html] + F --> G[popup.js] + G --> H[manifest.json] +``` + +> Generated by GitGenius Sentinel \ No newline at end of file