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": "TI-89 Graphing Calculator", "version": "1.0.1", "description": "Use a TI-89 Graphing Calculator on your Desktop. Access TI-89 at any moment in Chrome.", "minimum_chrome_version": "116", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon32.png" }, "devtools_page": "src\/pages\/devtools\/index.html", "side_panel": { "default_path": "src\/pages\/panel\/index.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "sidePanel", "storage", "offscreen" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png", "offscreen.html", "js\/app.min.js" ], "matches": [] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" } }