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",
"name": "__MSG_appName__",
"version": "2.4",
"description": "",
"default_locale": "en",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"tabs",
"contextMenus",
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"128": "assets\/images\/djigg_logo128.png"
},
"default_title": "InMind Recette"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*\/*"
],
"exclude_matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.youtu.be\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.netflix.com\/*",
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.discord.com\/*"
],
"css": [
"content.css"
],
"js": [
"content.js",
".\/assets\/scripts\/jquery310.min.js",
".\/assets\/scripts\/info_parser_content_script.js",
".\/assets\/scripts\/menu_deploy.js",
".\/assets\/scripts\/pdf_reader.js"
],
"all_frames": true,
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"bottom_bar.html",
"widget_frame.html",
"widget_frame.js"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/local.inmind.fr\/appointments\/settings",
"https:\/\/recette.inmind.fr\/appointments\/settings",
"https:\/\/www.inmind.fr\/appointments\/settings",
"*:\/\/local.inmind.fr\/widget\/*",
"https:\/\/recette.inmind.fr\/widget\/*",
"https:\/\/preprod.inmind.fr\/widget\/*",
"https:\/\/www.inmind.fr\/widget\/*"
]
},
"icons": {
"128": "assets\/images\/djigg_logo128.png"
}
}