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": "MagicSchool AI - AI Assistant for Teachers", "description": "Your favorite MagicSchool AI tools are now just a click away, anytime, anywhere.", "version": "2.2.0", "icons": { "32": "icons\/logo.png", "48": "icons\/logo.png" }, "permissions": [ "activeTab", "scripting", "cookies", "identity", "storage", "tabs" ], "action": { "default_popup": "index.html" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "js": [ "assets\/main.tsx-loader-BPj3MSjD.js" ], "matches": [ "<all_urls>" ], "css": [ "assets\/main-BKgA1ZIV.css" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "\/icons\/*" ], "use_dynamic_url": true }, { "matches": [ "<all_urls>" ], "resources": [ "assets\/logo-text-BjplK9R_.png", "assets\/communication-DaT7v0L8.js", "assets\/logo-text-CCiHyYX2.js", "assets\/environment-CZbtze-c.js", "assets\/main.tsx-CrWdCNlA.js" ], "use_dynamic_url": false } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" } }