Sunstead trust scoring project
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 478 B View raw
1{ 2 "manifest_version": 3, 3 "name": "Tangled Trust Hat", 4 "version": "0.1.0", 5 "description": "Overlays calibrated contributor trust (from the local scoring service) onto tangled.org PR and contributor pages. UI only; the brain stays in the service.", 6 "content_scripts": [ 7 { 8 "matches": ["https://tangled.org/*", "https://*.tangled.org/*"], 9 "js": ["content.js"], 10 "run_at": "document_idle" 11 } 12 ], 13 "host_permissions": ["http://127.0.0.1:8000/*"] 14}