-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
23 lines (23 loc) · 650 Bytes
/
module.json
File metadata and controls
23 lines (23 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Themes",
"alias": "themes",
"description": "Freescout Module that adds some custom colour themes",
"version": "1.0.0",
"detailsUrl": "https://github.com/avenjamin/freescout-Themes-Module",
"author": "Ben Perry",
"authorUrl": "https://github.com/avenjamin",
"requiredAppVersion": "1.8.57",
"license": "AGPL-3.0",
"keywords": [],
"img": "/modules/themes/img/freescout-themes-module-256x256.png",
"active": 0,
"order": 0,
"providers": [
"Modules\\Themes\\Providers\\ThemesServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": []
}