This page hosts one static file, capabilities.json, which the StarBoard browser extension reads at most once every six hours.
Its only purpose is to switch a named capability off for installed users when something breaks in the field, without waiting out a store review cycle. It cannot enable anything, and it carries no code, no selectors and no URLs — only a capability name and the version that lifts the rule.
{
"formatVersion": 1,
"capabilities": [
{
"name": "web-source",
"fixedInVersion": "1.6.0",
"reason": "github.com repositories tab markup changed"
}
]
}
A rule applies only to installs older than fixedInVersion, so
it lifts itself as soon as the release that fixes the problem is
installed. Names outside the extension's own allow-list are ignored. The
extension degrades silently — unchanged — whenever this file is
unreachable or malformed.