-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.xml
More file actions
17 lines (16 loc) · 750 Bytes
/
config.xml
File metadata and controls
17 lines (16 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version=<"1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="1.0.0.0" id="OfflineDictionaryandThesaurus">
<name>Offline Dictionary and Thesaurus</name>
<author>Bhanu Pratap Chaudhary</author>
<description>First Offline Dictionary and Thesaurus that works both in portrait and landscape mode. </description>
<icon src="images\icon.png" />
<icon src="images\icon.png" rim:hover="true" />
<content src="index.htm" />
<feature id="blackberry.ui.menu" />
<feature id="blackberry.ui.dialog"/>
<feature id="blackberry.system.event" />
<feature id="blackberry.app" />
<feature id="blackberry.app.event"/>
</widget>