View Single Post
Old 08-13-2012, 04:56 AM   #747
kevin.pugh
Member
kevin.pugh began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jul 2012
Device: Boox M92
Quote:
Originally Posted by Booxtor View Post
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.
kevin.pugh is offline   Reply With Quote