-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
36 lines (33 loc) · 1012 Bytes
/
manifest.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
{
"manifest_version": 2,
"name": "FontAwesome Picker",
"description": "Quick & easy icon picker",
"version": "1.1.0",
"icons": {
"16": "dist/img/icon-16x16.png",
"32": "dist/img/icon-32x32.png",
"48": "dist/img/icon-48x48.png",
"64": "dist/img/icon-64x64.png",
"90": "dist/img/icon-90x90.png",
"128": "dist/img/icon-128x128.png",
"256": "dist/img/icon-256x256.png"
},
"author": "Quentin S.",
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "45.0a1"
}
},
"browser_action": {
"default_popup": "dist/index.html",
"default_icon": {
"18": "dist/img/icon-18x18.png",
"19": "dist/img/icon-19x19.png",
"32": "dist/img/icon-32x32.png",
"36": "dist/img/icon-36x36.png",
"38": "dist/img/icon-38x38.png",
"64": "dist/img/icon-64x64.png"
}
}
}