Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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>1.2.0.2</em:version> <!-- This is the version number of the add-on -->
- <em:targetApplication>
- <RDF:Description>
- <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id><!-- This is the GUID for Firefox -->
- <em:minVersion>66.0</em:minVersion><!-- Most recent major Previous version of Firefox -->
- <!-- This is where this version of the add-on will be downloaded from -->
- <!-- This file must return the mimetype: application/x-xpinstall -->
- <em:updateLink>https://s3.amazonaws.com/sharepoint-videos/Office365TrainingApplication/firefox-extension/visualsp_online_help_system-1.2.0.2-fx.xpi</em:updateLink>
- <!-- A page describing what is new in this updated version -->
- <em:updateInfoURL>https://s3.amazonaws.com/sharepoint-videos/Office365TrainingApplication/firefox-extension/VisualSPOnlineHelpApp.UpdateInfo.xhtml</em:updateInfoURL>
- </RDF:Description>
- </em:targetApplication>
- </RDF:Description>
- </RDF:li>
- </RDF:Seq>
- </em:updates>
- </RDF:Description>
- </RDF:RDF>
Advertisement
Add Comment
Please, Sign In to add comment