mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 04:32:26 +01:00
59 lines
1.9 KiB
XML
Executable File
59 lines
1.9 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"
|
|
xmlns:songbird="http://www.songbirdnest.com/2007/addon-metadata-rdf#">
|
|
<Description about="urn:mozilla:install-manifest">
|
|
<em:id>{3703dcdb-6ba3-4331-8de8-c18373fb05d1}</em:id>
|
|
<em:type>2</em:type>
|
|
<em:name>xulmus@vimperator.org</em:name>
|
|
<em:version>0.1</em:version>
|
|
<em:creator>Prathyush Thota</em:creator>
|
|
|
|
|
|
<em:description>VIM for SongBird brothers.</em:description>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>songbird@songbirdnest.com</em:id>
|
|
<em:minVersion>0.8.0pre</em:minVersion>
|
|
<em:maxVersion>1.1.0pre</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Register a pane to be displayed below the service sidebar.
|
|
See http://wiki.songbirdnest.com/Developer/Articles/Getting_Started/Display_Panes -->
|
|
<songbird:displayPane>
|
|
<Description>
|
|
<songbird:contentTitle>xulmus</songbird:contentTitle>
|
|
<songbird:contentUrl>chrome://xulmus/content/pane.xul</songbird:contentUrl>
|
|
<songbird:contentIcon>chrome://xulmus/skin/pane-icon.png</songbird:contentIcon>
|
|
<songbird:defaultWidth>200</songbird:defaultWidth>
|
|
<songbird:defaultHeight>100</songbird:defaultHeight>
|
|
<songbird:suggestedContentGroups>servicepane</songbird:suggestedContentGroups>
|
|
<songbird:showOnInstall>true</songbird:showOnInstall>
|
|
</Description>
|
|
</songbird:displayPane>
|
|
|
|
|
|
|
|
<!-- Register a custom media page.
|
|
See http://wiki.songbirdnest.com/Developer/Articles/Getting_Started/Building_Media_Views -->
|
|
<songbird:mediaPage>
|
|
<Description>
|
|
<songbird:contentTitle>xulmus</songbird:contentTitle>
|
|
<songbird:contentUrl>chrome://xulmus/content/media-page.xul</songbird:contentUrl>
|
|
</Description>
|
|
</songbird:mediaPage>
|
|
|
|
</Description>
|
|
</RDF>
|