feat: AI Pricing Transparency Scanner Chrome Extension v1.0.0

This commit is contained in:
Bun Bun
2026-06-22 05:47:35 +00:00
commit 4906edb65a
18 changed files with 1631 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "ai-pricing-transparency-scanner",
"version": "1.0.0",
"description": "Chrome extension: overlays real cost-per-use on AI tool pricing pages, compares API vs subscription costs, tracks quota consumption, flags fake free tiers.",
"scripts": {
"build": "node scripts/build.mjs",
"test": "node tests/pricing.test.mjs"
}
}