info.plist 792 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Nokia//DTD PLIST 1.0//EN" "http://www.nokia.com/NOKIA_COM_1/DTDs/plist-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>DisplayName</key>
  6. <string>Contacts API</string> <!-- Name to be shown next to the icon -->
  7. <key>Identifier</key>
  8. <string>com.nokia.forum.widget.contactsservice</string> <!-- Unique string to identify this widget (in reverse domain format) -->
  9. <key>Version</key>
  10. <string>1.0</string>
  11. <key>MainHTML</key>
  12. <string>index.html</string> <!-- File name of the main HTML document -->
  13. <key>AllowNetworkAccess</key>
  14. <true /> <!-- Allow access to the network-based resources from the widget -->
  15. </dict>
  16. </plist>