Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Driveway: AI Screenshot Guides, SOPs, & Demos", "short_name": "Driveway", "description": "Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.", "version": "1.20.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "capture.js", "setUpCaptureHighlight.js", "setUpLiveViewHighlight.js" ], "run_at": "document_end", "matches": [ "<all_urls>" ], "all_frames": true }, { "js": [ "setUpCaptureUI.js" ], "run_at": "document_end", "matches": [ "https:\/\/on.driveway.app\/*", "http:\/\/localhost:8000\/*", "https:\/\/stg.driveway.app\/*" ], "all_frames": false }, { "js": [ "setUpLiveViewUI.js", "setUpCaptureCountdown.js", "setUpTriggerUI.js", "setUpGuidanceUI.js" ], "run_at": "document_end", "matches": [ "<all_urls>" ], "all_frames": false }, { "css": [ "extensionFonts.css", "reset.css" ], "matches": [ "<all_urls>" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "fonts\/Inter-roman.var.woff2", "images\/pointer_cursor.svg", "images\/pointer_cursor_transparent.svg", "icons\/*.svg", "images\/pin_extension.png", "images\/emoji-*.png", "images\/driveway_logo32.png" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage", "activeTab", "unlimitedStorage", "scripting", "cookies", "alarms" ], "host_permissions": [ "<all_urls>" ], "externally_connectable": { "matches": [ "https:\/\/on.driveway.app\/*", "http:\/\/localhost:8000\/*", "https:\/\/stg.driveway.app\/*" ] }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/driveway_logo16.png", "32": "\/images\/driveway_logo32.png", "48": "\/images\/driveway_logo48.png", "128": "\/images\/driveway_logo128.png" } }, "icons": { "16": "\/images\/driveway_logo16.png", "32": "\/images\/driveway_logo32.png", "48": "\/images\/driveway_logo48.png", "128": "\/images\/driveway_logo128.png" }, "commands": { "toggle-capture": { "suggested_key": { "default": "Ctrl+Shift+G" }, "description": "Capture or complete a guide." }, "advance-guide": { "suggested_key": { "default": "Ctrl+Shift+Period" }, "description": "Click the highlighted element." } } }