Upstream version 8.36.161.0
[platform/framework/web/crosswalk.git] / src / chrome / tools / test / reference_build / chrome_linux / installer / common / default-app-block.template
1     <web-browser>
2       <name>@@MENUNAME@@</name>
3       <executable>@@INSTALLDIR@@/@@PACKAGE@@</executable>
4       <command>@@INSTALLDIR@@/@@PACKAGE@@ %s</command>
5       <icon-name>@@PACKAGE@@</icon-name>
6       <run-in-terminal>false</run-in-terminal>
7       <netscape-remote>true</netscape-remote>
8       <tab-command>@@INSTALLDIR@@/@@PACKAGE@@ %s</tab-command>
9       <win-command>@@INSTALLDIR@@/@@PACKAGE@@ --new-window %s</win-command>
10     </web-browser>