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": "MindStudio", "description": "MindStudio Chrome Extension", "version": "0.7.16", "permissions": [ "storage", "activeTab", "sidePanel", "notifications" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "MindStudio", "default_icon": { "16": "icons\/icon16x16.png", "32": "icons\/icon32x32.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" } }, "icons": { "16": "icons\/icon16x16.png", "32": "icons\/icon32x32.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "<all_urls>" ] } ], "homepage_url": "https:\/\/www.mindstudio.ai\/" }