# Chrome Web Store Submission Checklist

## Store Listing

**Name:** NoScamForMe — Scam Detector
**Short Description:** Check suspicious texts, emails, and links for scams instantly. Triple AI verification. Built for seniors and families.
**Category:** Productivity
**Language:** English

**Detailed Description:**
NoScamForMe helps you check suspicious messages before you click, respond, or send money. Right-click any text on a webpage to scan it for scam patterns, or open the popup to paste a message directly.

Features:
- Right-click any text to check if it's a scam
- Paste suspicious messages in the popup for instant analysis
- Triple AI verification using Claude, GPT-4o, and Gemini
- Plain-language results: SCAM, SUSPICIOUS, or SAFE
- No personal information required
- Free to use (5 checks/month, more with paid plans)
- Built specifically for seniors and families

## Required Assets
- [ ] Extension zip file: noscamforme-extension-v1.zip
- [ ] Icon 128x128: chrome-extension/icons/icon-128.png
- [ ] Screenshots (1280x800 or 640x400): at least 1, up to 5
- [ ] Promotional tile (440x280): optional but recommended

## Screenshots Needed
1. Popup open showing scan interface
2. Right-click context menu showing "Check with NoScamForMe"
3. Scan result showing SCAM verdict
4. Scan result showing SAFE verdict

## URLs Required
- **Website:** https://www.noscamforme.com
- **Privacy Policy:** https://www.noscamforme.com/privacy.html
- **Support:** https://www.noscamforme.com/support.html

## Permissions Justification
- **activeTab:** Access current tab content when user right-clicks to scan text
- **contextMenus:** Add "Check with NoScamForMe" to right-click menu
- **storage:** Save user preferences and auth token locally

## Review Notes
- No remote code execution
- All API calls go to noscamforme.com (our domain)
- No data collection beyond what user explicitly submits for scanning
- Content script only runs when user triggers context menu action
