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", "description": "Check Typo is your AI spell-checker for all languages. It fixes typos, corrects grammar, and enhances your writing quality!", "version": "0.0.7", "manifest_version": 3, "name": "Check Typo: AI Spell-checker", "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "icon-32.png" }, "icons": { "128": "icon-128.png" }, "host_permissions": [ "https:\/\/checktypo.com\/*" ], "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-32.png" ], "matches": [] } ], "oauth2": { "client_id": "245752618587-igl40vkb0onn9l65rm3fgnbgmi440hjc.apps.googleusercontent.com", "scopes": [ "email" ] }, "permissions": [ "identity" ] }