2022-03-23 14:20:37 +00:00
|
|
|
{
|
|
|
|
"name": "Fanzine",
|
|
|
|
"description": "Publiez sur la toile",
|
|
|
|
"version": "0.1",
|
|
|
|
"manifest_version": 2,
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": "icons/fanzine-32.png",
|
|
|
|
"default_title": "Fanzine",
|
2022-03-23 17:25:29 +00:00
|
|
|
"default_popup": "popup/fanzine.html#home"
|
2022-03-23 14:20:37 +00:00
|
|
|
},
|
2022-03-23 17:25:29 +00:00
|
|
|
"permissions": [
|
|
|
|
"*://garage.deuxfleurs.fr/*",
|
|
|
|
"webRequest"
|
|
|
|
],
|
2022-03-23 14:20:37 +00:00
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "fanzine@deuxfleurs.fr"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|