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": "DocuFast: Create step-by-step guides with screenshots", "description": "DocuFast: Create step-by-step guides with screenshots. Capture workflows, generate clear documentation, and share instantly.", "version": "1.9.2", "web_accessible_resources": [ { "matches": [ "http:\/\/localguide.docufast\/*", "https:\/\/guide.docufast.ai\/*" ], "resources": [ "icon.png" ] } ], "permissions": [ "storage", "tabs", "activeTab", "webNavigation", "scripting", "windows", "sidePanel" ], "host_permissions": [ "<all_urls>", "https:\/\/app.docufast.ai\/*", "https:\/\/api.docufast.ai\/*", "https:\/\/guide.docufast.ai\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } }, "side_panel": { "default_path": "sidebarpanel.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "content.css" ] }, { "matches": [ "https:\/\/app.docufast.ai\/*" ], "js": [ "platform.js" ] } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "externally_connectable": { "matches": [ "https:\/\/app.docufast.ai\/*", "https:\/\/api.docufast.ai\/*", "https:\/\/guide.docufast.ai\/*" ] } }