This menu file does not work with "/usr/bin/update-menus" because the package name is "google-chrome-stable" and not "google-chrome".
?package(google-chrome):needs="x11" \
section="Applications/Network/Web Browsing" \
hints="Web browsers" \
title="Google Chrome" \
icon="/opt/google/chrome/product_logo_32.xpm" \
command="/opt/google/chrome/google-chrome"
This works:
?package(google-chrome-stable):needs="x11" \
section="Applications/Network/Web Browsing" \
hints="Web browsers" \
title="Google Chrome" \
icon="/opt/google/chrome/product_logo_32.xpm" \
command="/opt/google/chrome/google-chrome"
Please update in subsequent releases, thanks.
--
Cheers, Ian.