first web extension version
This commit is contained in:
26
web-extension/cl/manifest.json
Normal file
26
web-extension/cl/manifest.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user