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": "Write It: Humanizer and Auto Typer", "version": "2.4", "description": "Enhance your writing with smart assistance, ai tools, and auto-typing capabilities. Powered by Write It.", "permissions": [ "activeTab", "storage", "scripting", "identity", "identity.email", "cookies", "tabs", "clipboardWrite" ], "host_permissions": [ "https:\/\/docs.google.com\/*", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/apis.google.com\/*", "https:\/\/api.openai.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/*" ], "js": [ "features\/ai-tools\/selection-handler.js" ], "run_at": "document_start", "world": "MAIN" }, { "matches": [ "https:\/\/docs.google.com\/document\/*" ], "css": [ "style.css" ], "js": [ "awsHelper.js", "features\/ai-tools\/config.js", "features\/ai-tools\/chatgpt.js", "features\/ai-tools\/aiFeatures.js", "features\/ai-tools\/selection-handler.js", "features\/ai-tools\/aiContentScript.js", "features\/text-writing\/contentScript.js", "features\/ai-tools\/notificationManager.js", "features\/database-managers\/CloudContextService.js", "features\/ai-tools\/tokenChecker.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/docs.google.com\/document\/*" ], "js": [ "lib\/marked.js", "features\/agent\/documentConnector.js", "features\/agent\/agent.js" ], "run_at": "document_end" } ], "background": { "service_worker": "features\/database-managers\/authServiceWorker.js", "type": "module" }, "action": { "default_title": "Write It", "default_popup": "popup.html", "default_icon": { "16": "images\/icons\/icon-16.png", "24": "images\/icons\/icon-24.png", "32": "images\/icons\/icon-32.png" } }, "icons": { "16": "images\/icons\/icon-16.png", "32": "images\/icons\/icon-32.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" }, "oauth2": { "client_id": "500068484427-ksinmrrer1fj2orsvg1k1mmf57h8ujkm.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "openid", "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/documents" ] }, "web_accessible_resources": [ { "resources": [ "main.html", "popup.html", "popup.js", "awsHelper.js", "features\/ai-tools\/config.js", "features\/ai-tools\/chatgpt.js", "features\/database-managers\/CloudContextService.js", "features\/ai-tools\/aiContentScript.js", "features\/ai-tools\/selection-handler.js", "features\/ai-tools\/aiFeatures.js", "features\/text-writing\/contentScript.js", "humanizer.js", "lib\/marked.js", "features\/agent\/picker.html", "features\/agent\/picker.js", "*.js", "*.css", "*.html", "images\/*.png", "images\/icons\/*.png", "images\/write-it-logo.png", "images\/write-it-logo-original.png", "images\/icons\/icon-16.png", "images\/icons\/icon-18.png", "images\/icons\/icon-24.png", "images\/icons\/icon-32.png", "images\/icons\/icon-48.png", "images\/icons\/icon-128.png", "images\/icons\/icon-profile.png", "images\/icons\/icon-reactivate.png" ], "matches": [ "https:\/\/docs.google.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: https:\/\/*.googleusercontent.com;" } }