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

info.xml « appinfo « files_videoviewer - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a7b2684c4ee8a53fcae0cb4204dacaa4ff5ebc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?> 
<info>
	<id>files_videoviewer</id>
	<name>Video Viewer</name>
	<description>Simple video player based on MediaElement.js by John Dyer.</description>
	<licence>AGPL</licence>
	<author>Victor Dubiniuk</author>
	<shipped>true</shipped>
	<default_enable/>
	<dependencies>
		<owncloud min-version="9.0" max-version="9.0" />
	</dependencies>
	<ocsid>166054</ocsid>
</info>