-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
25 lines (25 loc) · 872 Bytes
/
module.json
File metadata and controls
25 lines (25 loc) · 872 Bytes
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
{
"name": "FetchNow",
"alias": "fetchnow",
"description": "A module for that adds a special URL that all users can use to Fetch now all mailbox",
"version": "1.0.1",
"detailsUrl": "https://github.com/Magneticdud/FetchNow/",
"img": "https://raw.githubusercontent.com/Magneticdud/FetchNow/refs/heads/main/icon.png",
"author": "",
"authorUrl": "",
"requiredAppVersion": "1.0.2",
"license": "AGPL-3.0",
"keywords": [],
"active": 0,
"order": 0,
"providers": [
"Modules\\FetchNow\\Providers\\FetchNowServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": [],
"latestVersionUrl": "https://raw.githubusercontent.com/Magneticdud/FetchNow/refs/heads/main/module.json",
"latestVersionZipUrl": "https://github.com/Magneticdud/FetchNow/archive/refs/heads/main.zip"
}