Quote:
Originally Posted by Booxtor
The manifest presents essential information about the application.
It is just a couple of declarations
Code:
<?xml version="1.0" encoding="utf-8" ?>
<site>
<custom/>
<title>Google</title>
<name>website</name>
<icon>google</icon>
<url>http://www.google.com</url>
</site>
nothing else
for you is important the part
Code:
<url>http://www.google.com</url>
You can edit it with every text editor
|
==============
Many thanks ... the only point to add is that as I am running on Windows, I used Notepad++ running in unix mode, to create and edit the manifest.xml file. Thanks again.