Welcome to mirror list, hosted at ThFree Co, Russian Federation.

install.rdf « extension - github.com/nextcloud/spreed-screensharing-firefox-addon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c70fb5e391075c67a0b66c8e6da6fd644aae4dd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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#">
	<Description about="urn:mozilla:install-manifest">
		<!-- https://developer.mozilla.org/en-US/Add-ons/Install_Manifests -->
		<em:id>spreed-screensharing@nextcloud.com</em:id>
		<em:version>1.0.0</em:version>
		<em:type>2</em:type>
		<em:bootstrap>true</em:bootstrap>

		<em:targetApplication>
			<Description>
				<!--Firefox-->
				<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
				<em:minVersion>36.0</em:minVersion>
				<em:maxVersion>*</em:maxVersion>
			</Description>
		</em:targetApplication>

		<em:name>Screensharing for Nextcloud Video calls app</em:name>
		<em:description>Screensharing utility for the Nextcloud Video calls app.</em:description>
		<em:creator>Nextcloud</em:creator>
		<em:developer>Joachim Bauch</em:developer>
		<em:homepageURL>https://nextcloud.com</em:homepageURL>
		<em:multiprocessCompatible>true</em:multiprocessCompatible>
	</Description>
</RDF>