~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Firefox/Resources/Firefox.addin.xml.in

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="Firefox"
 
3
        namespace="Do"
 
4
        version="3.0"
 
5
        name="Firefox"
 
6
        description="Search Firefox 3 bookmarks, bookmark directories, and history."
 
7
        author="David Siegel, Neal Stewart, Alex Launi"
 
8
        category="Official"
 
9
        defaultEnabled="false"
 
10
        >
 
11
 
 
12
        <Runtime>
 
13
                <Import assembly="Firefox.dll"/>
 
14
        </Runtime>
 
15
 
 
16
        <Localizer type="Gettext" catalog="gnome-do-plugins" location="@expanded_datadir@/locale" />
 
17
 
 
18
        <Dependencies>
 
19
                <Addin id="Universe" version="1.0" />
 
20
        </Dependencies>
 
21
 
 
22
        <Extension path="/Do/ItemSource">
 
23
                <ItemSource type="Firefox.PlacesItemSource" />
 
24
        </Extension>
 
25
</Addin>