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": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "3.0.83", "description": "__MSG_extDesc__", "default_locale": "fr", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "action": { "default_title": "__MSG_extName__", "default_popup": "" }, "background": { "service_worker": ".\/js\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "fonts\/*", "images\/*", "icons\/*" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ ".\/js\/content.js" ], "run_at": "document_start" } ], "permissions": [ "storage", "tabs", "declarativeNetRequest" ], "externally_connectable": { "matches": [ "https:\/\/franceverif.fr\/*" ] }, "optional_permissions": [ "contentSettings", "management", "history" ] }