Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionShortName__",
"description": "__MSG_extensionDescription__",
"author": "https:\/\/www.widilo.com",
"homepage_url": "https:\/\/chromewebstore.google.com\/detail\/jlcaefilcommembbekhjjkibeieffchd",
"default_locale": "en_GB",
"version": "5.2.1.31074",
"icons": {
"16": "icons\/main\/logo_small_primary_16.png",
"32": "icons\/main\/logo_small_primary_32.png",
"48": "icons\/main\/logo_small_primary_48.png",
"64": "icons\/main\/logo_small_primary_64.png",
"128": "icons\/main\/logo_small_primary_128.png"
},
"action": {
"default_icon": {
"32": "icons\/browser_action\/logo_small_primary_32.png"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com 'unsafe-inline'"
},
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"\/assets\/*",
"\/content-scripts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"storage",
"alarms",
"scripting"
],
"externally_connectable": {
"matches": [
"https:\/\/www.widilo.fr\/*",
"https:\/\/www.widilo.es\/*",
"https:\/\/www.widilo.co.uk\/*",
"https:\/\/www.widilo.it\/*"
]
}
}