# Speed Counter

Stopwatch that starts ticking on load and freezes when the page finishes loading — shows real page load time

## Surfaces

google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| label | string (optional, e.g. "Page loaded in") |
| sub | string (optional, sub-label) |
| accent | string (optional, hex) |

## Example payload

```json
{
  "type": "speed_counter"
}
```

Live page: https://a2uicatalog.ai/atoms/speed_counter/
Full field contract: https://a2uicatalog.ai/spec.json
