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, "version": "0.0.7", "name": "Step Capture: Capture, Annotate, and Share Workflows", "short_name": "Step Capture", "description": "Capture and annotate workflows with screenshots. Perfect for SOPs, onboarding, and training documents", "author": { "email": "[email protected]" }, "homepage_url": "https:\/\/stepcapture.adityanithariya.com", "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/stepcapture.adityanithariya.com", "https:\/\/server.stepcapture.adityanithariya.com" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoDrJk9WZ4GDWOTKW8\/zR6Egs57lpveDZX6gyxmILJOvQa1EG+Ue3DnVHz9OiwfU3uGVaH0tbz+MxFuCMMk75ybD2Zz6dLfUzKE\/eOn2lDYiACrlLuxDFV+dLwNUNB03Mp1lI6jiixd6acrHH2esFGZjZQQ7jNuz5UxfjNfZ3rh2vKP2k16Ya3x4EXJVh7sEVTM2wPJVwbhRB08zJQHCPpOC6k0V8URQU\/\/ivKnUpSL8kKA7VhIWPyg0YOTqCEPahbJazVGy0qd9lFSdt+yEme2OklCQgTvmp5keml8Ub7QaGkw+TmPdbwEANaYmGfSnBZeJLJZJUao4H0X1+N\/XWmwIDAQAB" }