Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "manifest_version": 3,
- "name": "CF Cheater Highlighter",
- "version": "1.0",
- "description": "Highlights Codeforces handles marked as cheaters.",
- "permissions": [
- "storage"
- ],
- "host_permissions": [
- "https://macaquedev.github.io/*"
- ],
- "content_scripts": [
- {
- "matches": ["https://codeforces.com/*"],
- "js": ["content-script.js"],
- "css": ["styles.css"]
- }
- ],
- "browser_specific_settings": {
- "gecko": {
- "id": "[email protected]",
- "strict_min_version": "109.0"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment