-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
110 lines (110 loc) · 3.02 KB
/
package.json
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"title": "BBSFox",
"name": "bbsfox",
"id": "{86095750-AD15-46d8-BF32-C0789F7E6A32}",
"version": "5.0.24",
"description": "Telnet client extension specifically designed for BBS browsing.",
"main": "data/js/addon-script.js",
"author": "[email protected]",
"homepage": "https://addons.mozilla.org/zh-TW/firefox/user/ett-chung/",
"engines": {
"firefox": ">=51.0"
},
"license": "MIT",
"keywords": [
"jetpack"
],
"permissions":{
"multiprocess": true,
"private-browsing": true
},
"icon": "resource://86095750-AD15-46d8-BF32-C0789F7E6A32/data/img/logo/logo.png",
"icon64": "resource://86095750-AD15-46d8-BF32-C0789F7E6A32/data/img/logo/logo.png",
"preferences": [{
"type": "control",
"label": "Preferences",
"name": "openPrefsTab",
"title": "Preferences"
},
{
"type": "control",
"label": "User Manual",
"name": "openUserManual",
"title": "User Manual"
},
{
"type": "control",
"label": "Report Bug",
"name": "reportBug",
"title": "Report Bug"
}],
"translators":[
"pc102880(forum.moztw.org)",
"u881831(forum.moztw.org)"
],
"contributors":[
"PCMan (forum.moztw.org)",
"u881831 (forum.moztw.org)",
"pc102880 (forum.moztw.org)",
"筆筆 (forum.moztw.org)",
"homegoyes (forum.moztw.org)",
"Velociraptor (forum.moztw.org)",
"gejiod (forum.moztw.org)",
"orange (forum.moztw.org)",
"alex301 (forum.moztw.org)",
"JoJos (forum.moztw.org)",
"TC_player (forum.moztw.org)",
"happyday (forum.moztw.org)",
"capcomfan2010 (forum.moztw.org)",
"chenlarry124 (forum.moztw.org)",
"Kill (forum.moztw.org)",
"ryan0805 (forum.moztw.org)",
"waytin (forum.moztw.org)",
"54fu0 (forum.moztw.org)",
"tonyxfg (forum.moztw.org)",
"tanchen (forum.moztw.org)",
"jonnysun (forum.moztw.org)",
"bot3700 (forum.moztw.org)",
"duolin (forum.moztw.org)",
"bowei12 (forum.moztw.org)",
"holic3x (forum.moztw.org)",
"浩 (forum.moztw.org)",
"akuma (forum.moztw.org)",
"shyangs (forum.moztw.org)",
"dada234234 (forum.moztw.org)",
"david7928 (forum.moztw.org)",
"spreee (forum.moztw.org)",
"Coopoo (forum.moztw.org)",
"hyk (forum.moztw.org)",
"mmis1000 (forum.moztw.org)",
"adam (forum.moztw.org)",
"house_chiu (forum.moztw.org)",
"kk7system (forum.moztw.org)",
"Treant (ptt.cc)",
"maplemeowcat (ptt.cc)",
"abatw (ptt.cc)",
"fljh90047 (ptt.cc)",
"MARGHT (ptt.cc)",
"mybaby520 (ptt.cc)",
"poxazrt (ptt.cc)",
"Mysterioux (ptt.cc)",
"iamchucky (ptt.cc)",
"yukitowu (ptt.cc)",
"WFXX (ptt.cc)",
"vanjr (ptt.cc)",
"mayuyu (ptt.cc)",
"orange0319 (ptt.cc)",
"doom3 (ptt.cc)",
"dudeboy (ptt.cc)",
"natsugo (ptt.cc)",
"topgunguy (ptt.cc)",
"exam1 (bbs.gamer.com.tw)",
"zendic (bbs.gamer.com.tw)",
"a11221 (bbs.gamer.com.tw)",
"tottoko (bbs.gamer.com.tw)",
"icearea (bbs.gamer.com.tw)",
"legnaleurc (github.com)",
"polar2031 (github.com)",
"ngoo5tsong5sik (github.com)"
]
}