I've tried looking at the Oceans BrowserCap file for inspiration, but it's just a little over the top for me.
I basically need the equivalent of this in a .browser file
<browserCaps>
<filter>
<!-- Google Crawler -->
<case match="Googlebot">
browser=Googlebot
crawler=true
</case>
</filter>
</browserCaps>
but I just can't seem to figure this out. Any help would be great