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: 1ab88b501bde40eddb04f4a200f96245a9bdd474 (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
<?xml version="1.0"?>
<info>
	<id>jsloader</id>
	<name>JSLoader</name>
	<summary>Load custom javascript on all Nextcloud pages</summary>
	<description>This application allows the admin to include JavaScript into all Nextcloud pages for web analytics for example.</description>

	<version>1.5.0</version>
	<licence>agpl</licence>
	<author>Morris Jobke</author>
	<namespace>JSLoader</namespace>
	<category>tools</category>

	<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="20" max-version="23" />
	</dependencies>

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