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": "1.4.3", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "homepage_url": "https:\/\/mathsolver.cloud\/welcome\/", "permissions": [ "activeTab", "offscreen", "scripting", "sidePanel", "storage", "tabs" ], "host_permissions": [ "<all_urls>", "https:\/\/land.mathsolver.cloud\/*", "https:\/\/www.google-analytics.com\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "img\/icon-16.png", "24": "img\/icon-24.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "64": "img\/icon-64.png", "128": "img\/icon-128.png" }, "side_panel": { "default_path": "sidepanel.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "attribution_capture.js" ], "run_at": "document_start" }, { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "overlay.css" ], "run_at": "document_idle", "type": "module" } ], "web_accessible_resources": [ { "resources": [ "cropper.min.css", "cropper.min.js", "offscreen.html" ], "matches": [ "<all_urls>" ] } ], "action": { "default_title": "Click to open panel" }, "externally_connectable": { "matches": [ "<all_urls>" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';" }, "oauth2": { "client_id": "607192679036-7clepq2583bk0cso878o7tmev6sv4r2l.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] } }