Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ecocert Certificates Manager",
"description": "Simplifies the management of your business partners' Ecocert certification data",
"version": "0.1.0",
"author": "Vincent Denoual",
"content_scripts": [
{
"matches": [
"http:\/\/certificat.ecocert.com\/index.php*",
"http:\/\/certificat.ecocert.com\/",
"http:\/\/certificat.ecocert.com\/?*"
],
"js": [
"helpers.js",
"content_script_index.js"
],
"css": [
"content_script_index.css"
],
"run_at": "document_end"
},
{
"matches": [
"http:\/\/certificat.ecocert.com\/recherche.php*"
],
"js": [
"helpers.js",
"content_script_recherche.js"
],
"css": [
"content_script_recherche.css"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png",
"48": "icon48.png",
"96": "icon96.png",
"128": "icon128.png"
},
"permissions": []
}