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, "default_locale": "en", "name": "Duey.ai Humanizer & Auto Typer for Google Docs", "version": "1.0.0", "description": "Enhance your writing with our Humanizer & Auto Typer. Get more time for research and studying while letting Duey.ai assist you!", "background": { "service_worker": "index-sbaB5ldA.iife.js", "type": "module" }, "permissions": [ "offscreen", "storage", "alarms" ], "host_permissions": [ "https:\/\/apis.google.com\/*", "https:\/\/www.gstatic.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/securetoken.googleapis.com\/*" ], "icons": { "128": "duey-ai-icon-150.png" }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/d\/*" ], "js": [ "index-scH5aopA.iife.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "exclude_matches": [ "https:\/\/docs.google.com\/document\/d\/*" ], "js": [ "index-aw5qox4K.iife.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "*.png", "*.webp", "*.iife.js", "*.html" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "script-src": "'self' https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.com; object-src 'self'" } }