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, "version": "0.8.1", "name": "Mindgrasp AI Chrome Extension Beta", "description": "Use Mindgrasp on any site! Upload files, generate notes, and access Q&A, just like our web app.", "action": { "default_icon": { "16": "favicon-1.png", "32": "favicon-1.png", "48": "favicon-1.png", "128": "favicon-1.png" }, "default_title": "Mindgrasp.AI" }, "permissions": [ "storage", "identity", "background", "tabs", "webRequest", "sidePanel", "cookies" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "note-generation-*", "types-*" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "\/content.css" ], "type": "module" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';" }, "side_panel": { "default_path": "index.html" }, "host_permissions": [ "*:\/\/*\/*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8D0oAG7gYItCJsUFrB2OXWtX1AV+qZCbjlup2maITfyUDzXtfmzMOpSwef5O0PySEaWi0Wtdy9jyBglzPAh43GqmEDwq5o+4f5pN7c2W73Xgt4kdFeaZqo\/MGAfozs0GORi+L0KFSws4YhaQ2NWOFp5F97\/ke0oGS53AfDRDYmWmbf5znxy+\/AUVmtJLuj4njVy4pw7EoI6r\/llXuXSXahPDp+dtr+snM5lVwVCX4CbC8ThWdWLEm6sYRIzeG62sczclNiNZpNEPWaYOmGv+J1uo3WcxusN7YsPSx6+c9Z4hC2W07TvD7obrUKfxeKk6CYF1X6slOdENVkSguN4HLwIDAQAB", "oauth2": { "client_id": "277600172867-8gfn84t85ilanqbod8met7f2320finca.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } }