26 lines
507 B
JSON
26 lines
507 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Champs-Libres Helper",
|
|
"version": "0.4",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "helper@champs-libres-coop",
|
|
"strict_min_version": "143.0"
|
|
}
|
|
},
|
|
|
|
"description": "Aide pour les champs-libres",
|
|
|
|
"icons": {
|
|
"48": "icons/img-48.png"
|
|
},
|
|
|
|
"permissions": ["menus", "nativeMessaging", "tabs"],
|
|
"host_permissions": [
|
|
"*://*/*"
|
|
],
|
|
"background": {
|
|
"scripts": ["dist/background/background.js"],
|
|
"type": "module"
|
|
}
|
|
} |