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

info.xml « appinfo - github.com/nextcloud/jsloader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 137a478d0300a4dec312b034b2ddb3f21e64dc95 (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"?>
<info>
	<id>jsloader</id>
	<name>JSLoader</name>
	<description>
		This application allows the admin to include JavaScript into all Nextcloud pages for web analytics for example.
	</description>

	<licence>AGPL</licence>
	<author>Morris Jobke</author>
	<version>1.0</version>

	<website>https://github.com/nextcloud/jsloader/</website>
	<bugs>https://github.com/nextcloud/jsloader/issues</bugs>
	<repository type="git">https://github.com/nextcloud/jsloader.git</repository>

	<dependencies>
		<nextcloud min-version="12" max-version="14" />
	</dependencies>

	<namespace>JSLoader</namespace>

	<settings>
		<admin>OCA\JSLoader\Settings\Admin</admin>
		<admin-section>OCA\JSLoader\Settings\Section</admin-section>
	</settings>
</info>