Guest User

Untitled

a guest
Jun 23rd, 2025
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "manifest_version": 3,
  3. "name": "CF Cheater Highlighter",
  4. "version": "1.0",
  5. "description": "Highlights Codeforces handles marked as cheaters.",
  6. "permissions": [
  7. "storage"
  8. ],
  9. "host_permissions": [
  10. "https://macaquedev.github.io/*"
  11. ],
  12. "content_scripts": [
  13. {
  14. "matches": ["https://codeforces.com/*"],
  15. "js": ["content-script.js"],
  16. "css": ["styles.css"]
  17. }
  18. ],
  19. "browser_specific_settings": {
  20. "gecko": {
  21. "strict_min_version": "109.0"
  22. }
  23. }
  24. }
  25.  
Advertisement
Add Comment
Please, Sign In to add comment