homescreenapp/examples/helloworldwidgetplugin/resource/helloworldwidgetplugin.manifest
changeset 62 341166945d65
parent 46 23b5d6a29cce
equal deleted inserted replaced
57:2e2dc3d30ca8 62:341166945d65
     1 <?xml version="1.0" encoding="UTF-8" ?>
     1 <?xml version="1.0" encoding="UTF-8" ?>
     2 <hswidgetmanifest>
     2 <hswidgetmanifest>
     3     <uri>helloworldwidgetplugin</uri>
     3     <uri>helloworldwidgetplugin</uri>
     4     <title>Hello world</title>
     4     <title>Hello world</title>
     5     <description>Home screen example widget</description>
     5     <description>Home screen example widget</description>
     6     <icon>helloworldwidgetplugin.png</icon>
     6     <icon>helloworldwidgetplugin.svg</icon>
       
     7     <previewimage>helloworldwidgetpluginpreview.png</previewimage>
     7     <hidden>false</hidden>
     8     <hidden>false</hidden>
     8     <servicexml>helloworldwidgetplugin.xml</servicexml>
     9     <servicexml>helloworldwidgetplugin.xml</servicexml>
     9 </hswidgetmanifest>
    10 </hswidgetmanifest>