CHROME WEB STORE PUBLISHING GUIDE
=================================
Developer: rhyscotton20@gmail.com

Step 1: Create a Chrome Web Store Developer Account
----------------------------------------------------
1. Go to https://chrome.google.com/webstore/devconsole/
2. Sign in with: rhyscotton20@gmail.com
3. Pay the one-time $5 USD registration fee
4. Accept the Developer Agreement

Step 2: Prepare Your Extension for Submission
----------------------------------------------
Files needed (already in System/ChromeExtension/):
- manifest.json
- content-script.js
- popup.html
- background.js
- options.html
- INSTALL.txt
- icons/icon-48.svg
- icons/icon-128.svg
- screenshot.svg

Step 3: Submit to Chrome Web Store
-----------------------------------
1. Go to https://chrome.google.com/webstore/devconsole/
2. Click "New Item"
3. Upload rqbbox-os-chrome-extension.zip
4. Fill in the listing (copy from store-listing.txt):
   - Short description (132 chars max)
   - Detailed description
   - Screenshots: capture popup-tabs.png, card-in-google.png
   - Category: "Gaming" + "Developer Tools" + "Productivity"
   - Language: English
5. Set visibility: "Public" → "Worldwide"
6. Click "Submit for Review"

Step 4: After Submission
-------------------------
- Google reviews within 1-3 business days
- Once approved, anyone searching "RQBBOX OS" on Chrome Web Store can install it
- The extension injects the info card into google.com search results

Step 5: Promoting the Extension
--------------------------------
- Share link: https://chromewebstore.google.com/detail/[YOUR_EXTENSION_ID]
- Add to your GitHub README
- Post on Reddit r/webdev, r/chrome_extensions
- Include in RQBBOX OS website downloads section

Need help? Email: rhyscotton20@gmail.com
