From 6cc52fec084a1f8dddb2ff6ac053104637fbe3d8 Mon Sep 17 00:00:00 2001 From: sophieeng Date: Thu, 22 Dec 2022 19:30:40 -0800 Subject: [PATCH] ReadMe Architecture (issue #380) --- README_ARCHITECTURE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README_ARCHITECTURE.md b/README_ARCHITECTURE.md index c0386fe..a2fa556 100644 --- a/README_ARCHITECTURE.md +++ b/README_ARCHITECTURE.md @@ -77,6 +77,23 @@ src │   └── universal_gpc_rules.json └── theme # Contains darkmode    └── darkmode.js +test +├── background +│ └── protection +├── common +├── content-scripts +│   ├── injection +│   └── registration +├── data +├── manifests +│   ├── chrome +│   └── firefox +├── options +│   ├── components +│   └── views +├── popup +├── rules +└── theme ``` The following source folders have detailed descriptions further in the document.