diff --git a/.gitignore b/.gitignore index a256953..19bca78 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ pnpm-debug.log* lerna-debug.log* node_modules +github-assets .output stats.html stats-*.json diff --git a/README.md b/README.md index bfcc458..ceafaa7 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,25 @@ [![CI](https://github.com/LukeSteward/JayQuery/actions/workflows/ci.yml/badge.svg)](https://github.com/LukeSteward/JayQuery/actions/workflows/ci.yml) [![Extension zip](https://github.com/LukeSteward/JayQuery/actions/workflows/extension-zip.yml/badge.svg)](https://github.com/LukeSteward/JayQuery/actions/workflows/extension-zip.yml) +[![Edge Web Store](https://img.shields.io/badge/Edge%20Web%20Store-passing-brightgreen?logo=microsoftedge&logoColor=white)](https://microsoftedge.microsoft.com/addons/detail/jayquery/jkgijecdjbnigliabkajkmbhdimjdggh) [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/jicgjligckkjmecbbakkbpfbagfdfdol?label=Chrome%20Web%20Store&logo=googlechrome&logoColor=white)](https://chromewebstore.google.com/detail/jayquery/jicgjligckkjmecbbakkbpfbagfdfdol) -**Install:** [JayQuery on the Chrome Web Store](https://chromewebstore.google.com/detail/jayquery/jicgjligckkjmecbbakkbpfbagfdfdol) or +**Install:** -[![Edge badge](https://github.com/jkerai1/JayQuery/blob/main/public/microsoft-edge-add-ons-badge.png?raw=true)](https://microsoftedge.microsoft.com/addons/detail/jayquery/jkgijecdjbnigliabkajkmbhdimjdggh/) + + Edge badge + + + + Chrome badge + Browser extension (**Chrome / Edge**, Manifest V3) that inspects the **active tab’s hostname**, resolves **TXT** records over **DNS-over-HTTPS** (Cloudflare primary, Google fallback), evaluates **SPF**, **DMARC**, and **DKIM** (common selectors), and shows a **score out of 10** with a per-protocol breakdown. diff --git a/github-assets/chrome-store.png b/github-assets/chrome-store.png new file mode 100644 index 0000000..decfc0c Binary files /dev/null and b/github-assets/chrome-store.png differ diff --git a/github-assets/edge-store.png b/github-assets/edge-store.png new file mode 100644 index 0000000..fa965e9 Binary files /dev/null and b/github-assets/edge-store.png differ