18 lines
341 B
JSON
18 lines
341 B
JSON
|
{
|
||
|
"name": "Fanzine",
|
||
|
"description": "Publiez sur la toile",
|
||
|
"version": "0.1",
|
||
|
"manifest_version": 2,
|
||
|
"browser_action": {
|
||
|
"default_icon": "icons/fanzine-32.png",
|
||
|
"default_title": "Fanzine",
|
||
|
"default_popup": "popup/choose_action.html#home"
|
||
|
},
|
||
|
"browser_specific_settings": {
|
||
|
"gecko": {
|
||
|
"id": "fanzine@deuxfleurs.fr"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|