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": "1.1", "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:\/\/*\/*" ], "js": [ ".\/assets\/scripts\/jquery310.min.js", ".\/assets\/scripts\/info_parser_content_script.js", ".\/assets\/scripts\/menu_deploy.js" ], "all_frames": true, "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "djigg_popup.html", "bottom_bar.html" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "*:\/\/local.inmind.fr\/appointments\/settings", "https:\/\/recette.inmind.fr\/appointments\/settings", "https:\/\/www.inmind.fr\/appointments\/settings" ] }, "icons": { "128": "assets\/images\/djigg_logo128.png" } }