forked from bwinton/whimsy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
177 lines (177 loc) · 4 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"preferences": [
{
"name": "urlbar",
"title": "Urlbar placeholder",
"description": "Add whimsical sayings before you type in a url.",
"type": "bool",
"value": true
},
{
"name": "ponami",
"title": "Ponami code in About Firefox",
"description": "↑ ↑ ↓ ↓ ← → ← → b a",
"type": "bool",
"value": true
},
{
"name": "hamburglar2",
"title": "The Hamburglar!",
"description": "The Hamburglar™ steals your menu button.",
"type": "menulist",
"value": 0,
"options": [
{
"value": "0",
"label": "Menu button (☰)"
},
{
"value": "1",
"label": "Royale with cheese"
},
{
"value": "2",
"label": "Pancakes and syrup"
}
]
},
{
"name": "dinohome",
"title": "Mozilla is your Dinosaur",
"description": "A nicer logo for about:home.",
"type": "bool",
"value": true
},
{
"name": "newtabicons2",
"title": "Newtab icons",
"description": "Add better icons for the new tab page.",
"type": "menulist",
"value": 2,
"options": [
{
"value": "0",
"label": "Off"
},
{
"value": "1",
"label": "Hover to Show"
},
{
"value": "2",
"label": "Always On"
},
{
"value": "3",
"label": "Don’t show thumbnails at all"
}
]
},
{
"name": "searchbar",
"title": "Search Privacy",
"description": "Clear the search bar when you switch tabs.",
"type": "bool",
"value": true
},
{
"name": "nope",
"title": "Release the Kraken!",
"description": "Check out about:nope",
"type": "bool",
"value": true
},
{
"name": "mario",
"title": "Mario",
"description": "Mario mode",
"type": "bool",
"value": true
},
{
"name": "private_felipe",
"title": "Private Felipe",
"description": "An even more secretive private browsing mode.",
"type": "bool",
"value": true
},
{
"name": "blank",
"title": "Intentional Blankness",
"description": "Be one with the void.",
"type": "bool",
"value": true
},
{
"name": "spinner",
"title": "Better Spinners",
"description": "Round and round and round and round…",
"type": "menulist",
"value": 2,
"options": [
{
"value": "0",
"label": "Regular ✳︎"
},
{
"value": "1",
"label": "Metal \\m/"
},
{
"value": "2",
"label": "Cats!"
}
]
},
{
"name": "notify",
"title": "Site notifications",
"description": "Let websites know you’ve installed Whimsy",
"type": "string",
"value": "[\"*.mozilla.org\", \"*.chilloutandwatchsomecatgifs.com\", \"firefoxux.github.io\"]"
},
{
"name": "register2",
"title": "Register",
"description": "Register your copy of WhimsyPro today!",
"type": "string",
"value": ""
}
],
"permissions": {
"private-browsing": true
},
"name": "whimsy",
"license": "MPL 2.0",
"author": "Blake Winton <[email protected]>",
"bugs": {},
"amd": {},
"repository": {},
"version": "2.0.0",
"contributors": [
"Bryan Clark",
"Mike Conley",
"Andrew Halberstadt",
"JosiahOne",
"Potch",
"Fred Wenzel",
"Jonathan Wilde",
"Justin Dolske",
"Paul McLanahan",
"Selena Deckelmann",
"Krupa Raj",
"Vladan Djeric",
"Ashley G Williams"
],
"title": "Whimsy Pro",
"engines": {
"firefox": ">=34.0a1",
"fennec": ">=34.0a1"
},
"id": "jid1-6mUPixNFCjAgkg@jetpack",
"description": "Add some Whimsy to your Firefox! (Pro Version, unregistered)",
"devDependencies": {
"grunt": "~0.4.2"
},
"multiprocessCompatible": "true"
}