-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First version. Hope it works! Thank you to zotfile for the example.
- Loading branch information
1 parent
9644d8e
commit 50adb5e
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | ||
<rdf:Description about="urn:mozilla:extension:[email protected]"> | ||
<em:updates> | ||
<rdf:Seq> | ||
<rdf:li> | ||
<rdf:Description> | ||
<em:version>5.0.16</em:version> | ||
<em:targetApplication> | ||
<rdf:Description> | ||
<em:id>[email protected]</em:id> | ||
<em:minVersion>5.0.0</em:minVersion> | ||
<em:maxVersion>5.*</em:maxVersion> | ||
<em:updateLink>https://github.com/dcartertod/zotero-plugins/releases/download/v0.0.3/ZoteroPreview.xpi</em:updateLink> | ||
</rdf:Description> | ||
</em:targetApplication> | ||
|
||
<em:targetApplication> | ||
<rdf:Description> | ||
<em:id>[email protected]</em:id> | ||
<em:minVersion>4.999</em:minVersion> | ||
<em:maxVersion>5.*</em:maxVersion> | ||
<em:updateLink>https://github.com/dcartertod/zotero-plugins/releases/download/v0.0.3/ZoteroPreview.xpi</em:updateLink> | ||
</rdf:Description> | ||
</em:targetApplication> | ||
|
||
</rdf:Description> | ||
</rdf:li> | ||
</rdf:Seq> | ||
</em:updates> | ||
</rdf:Description> | ||
</rdf:RDF> |