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": "Preplaced AI Mentor", "version": "1.1.7", "icons": { "128": "preplaced-logo.png" }, "action": { "default_icon": { "128": "preplaced-logo.png" }, "default_title": "Preplaced AI Mentor" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage", "activeTab", "alarms", "tabs" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "js": [ "content-script-loader.main.tsx-I7YKL_1j-EJvD_FvE.js" ], "matches": [ "<all_urls>" ], "media": [], "run_at": "document_end", "css": [ "main-BFRJOvsE.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self'" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "**\/*", "*" ], "use_dynamic_url": false } ] }