homescreenapp/examples/helloworldwidgetplugin/resource/helloworldwidgetplugin.manifest
changeset 61 2b1b11a301d2
parent 46 23b5d6a29cce
equal deleted inserted replaced
60:30f14686fb04 61:2b1b11a301d2
     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>