-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
79 lines (77 loc) · 2.16 KB
/
manifest.json
File metadata and controls
79 lines (77 loc) · 2.16 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "Git Folder Downloader",
"short_name": "Git Folder Downloader",
"start_url": "./",
"display": "standalone",
"description": "The fastest tool to download specific GitHub folders, sub-directories, or files as ZIP. Supports private repos, custom tokens, and 8+ themes. 100% Client-side.",
"lang": "en",
"theme_color": "#4ade80",
"background_color": "#1e2820",
"orientation": "any",
"icons": [
{
"src": "./src/icon.svg",
"sizes": "512x512",
"type": "image/svg",
"purpose": "maskable"
},
{
"src": "./src/icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
],
"display_override": ["window-controls-overlay"],
"protocol_handlers": [
{
"protocol": "mailto",
"url": "/newEmail?to=%s"
}
],
"screenshots": [
{
"src": "https://iili.io/fNetXhN.png",
"type": "image/png",
"description": "A screenshot of the home page"
},
{
"src": "https://iili.io/fNetwBt.png",
"type": "image/png",
"description": "A screenshot of the home page with downloaadin"
},
{
"src": "https://iili.io/fNetNEX.png",
"type": "image/png",
"description": "A screenshot of the wiki page"
}
],
"prefer_related_applications": false,
"shortcuts": [
{
"name": "See Wiki",
"url": "./wiki/",
"description": "see wiki page"
},
{
"name": "Use API",
"url": "./api/",
"description": "use api for"
},
{
"name": "View repo",
"url": "https://github.com/GitFolderDownloader/GitFolderDownloader.GitHub.io",
"description": "view repo to give us a star"
},
{
"name": "Download Extension",
"url": "https://GitFolderDownloader.github.io/api/?=https://github.com/GitFolderDownloader/GitFolderDownloader.github.io/tree/main/extension&name=Extension",
"description": "download extension for github.com"
},
{
"name": "or use userscrit",
"url": "https://GitFolderDownloader.github.io/script/GitFolderDownloader-download-button-user.js",
"description": "use userscript for github.com in scriptrunner extensions"
}
]
}