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": "MathSolver", "description": "__MSG_appDesc__", "version": "3.0.22", "version_name": "3.0.22", "default_locale": "en", "icons": { "16": "assets\/icon16.png", "24": "assets\/icon24.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "64": "assets\/icon64.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/docs.google.com\/document\/d\/*", "*:\/\/docs.google.com\/document\/u\/*", "*:\/\/docs.google.com\/document\/before*", "*:\/\/docs.google.com\/document\/create*" ], "js": [ "content.js" ] } ], "options_page": "settings.html", "options_ui": { "page": "settings.html" }, "permissions": [ "webRequest", "declarativeNetRequest", "storage" ], "host_permissions": [ "*:\/\/*.lingapps.dk\/*", "*:\/\/*.wizkids.dk\/*", "*:\/\/*.accounts.google.com\/*", "*:\/\/*.docs.google.com\/*", "*:\/\/login.microsoftonline.com\/*", "*:\/\/sso.emu.dk\/*", "*:\/\/atlas.uni-login.dk\/*", "*:\/\/broker.unilogin.dk\/*" ], "web_accessible_resources": [ { "resources": [ "google-docs-integration.js", "triangle-calculator\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }