croix-rouge_donation/manifest.json

30 lines
562 B
JSON

{
"manifest_version": 2,
"name": "croix-rouge",
"version": "1.0.1",
"description": "autocomplete field in croix-rouge donation page",
"permissions": ["storage"],
"icons": {
"48": "icons/red-cross.png"
},
"content_scripts": [
{
"matches": ["*://donner.croix-rouge.fr/*"],
"js": ["main.js"]
}
],
"options_ui": {
"page": "options.html",
"browser_style": true
},
"browser_specific_settings": {
"gecko": {
"id": "croix-rouge@tjiho",
"strict_min_version": "57.0a1"
}
}
}