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": "MyProMind - Master Any Subject with AI", "version": "1.1", "description": "ProMind adapts to your learning pace, helping you memorize information 3x faster", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/*.mypromind.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] }, { "matches": [ "*:\/\/*.mypromind.com\/auth-successful*" ], "js": [ "auth-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "sidebar.html", "icon.png" ], "matches": [ "<all_urls>" ] } ], "action": { "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }