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": "AtomAI: Your All-in-One AI Study Copilot", "short_name": "AtomAI", "description": "AtomAI is your AI study assistant to instantly ask questions, write drafts, summarize PDFs, and generate interactive study sets.", "version": "1.0.11", "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" }, "action": { "default_icon": "img\/icons\/icon128.png", "default_title": "AtomAI" }, "side_panel": { "default_path": "index.html" }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*\/*" ] } ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "service-worker.js" }, "web_accessible_resources": [ { "resources": [ "\/logo.png" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage", "background", "sidePanel", "offscreen" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';" } }