-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.73 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.73 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
{
"name": "zsh-firefox-dev",
"description": "Firefox Developer Edition is the blazing fast browser that offers cutting edge developer tools and latest features.",
"homepage": "https://www.mozilla.org/en-GB/firefox/developer",
"license": "Mozilla Public License",
"deprecated": false,
"author": "Z-Shell Community",
"keywords": [
"internet browser",
"web browser",
"zpackage",
"browser",
"zsh"
],
"zsh-data": {
"plugin-info": {
"url": "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=${${${(M)OSTYPE##linux}:+linux64}:-${${(M)OSTYPE##darwin}:+osx}}&lang=en-US",
"message": "A snippet providing Firefox Developer Edition."
},
"zi-ices": {
"default": {
"is-snippet": "",
"lucid": "",
"as": "command",
"pick": "**/firefox(|-bin)(|.exe)",
"mv": "%ID% → ff.pkg",
"atclone": "local -A map; map=( '(#i)linux*' tar.bz2 '(#i)(cygwin|win|wsl)*' exe '(#i)darwin*' dmg ); local ext=\"${map[(k)$OSTYPE]}\"; ziextract ff.pkg $ext --norm ${${OSTYPE:#(#i)(darwin|cygwin|win|wsl)*}:+--move}; command mv ff.pkg %ID%;",
"atpull": "%atclone",
"nocompile": "",
"countdown": ""
},
"bgn": {
"required": "bgn",
"is-snippet": "",
"lucid": "",
"as": "null",
"mv": "%ID% → ff.pkg",
"atclone": "local -A map; map=( '(#i)linux*' tar.bz2 '(#i)(cygwin|win|wsl)*' exe '(#i)darwin*' dmg ); local ext=\"${map[(k)$OSTYPE]}\"; ziextract ff.pkg $ext --norm ${${OSTYPE:#(#i)(darwin|cygwin|win|wsl)*}:+--move}; command mv ff.pkg %ID%;",
"atpull": "%atclone",
"sbin": "**/firefox(.exe|-bin) -> firefox",
"nocompile": "",
"countdown": ""
}
}
}
}