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", "name": "Ziplyne Process Recorder (PRA)", "short_name": "Ziplyne Process Demo Recorder", "description": "Create business process recordings on any platform (3rd Party or Your Own)", "version": "0.0.1", "permissions": [ "storage", "scripting", "sidePanel" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "public\/js\/common\/background.js" }, "side_panel": { "default_path": "public\/sidepanel.html" }, "icons": { "128": "public\/img\/logo_128.png" }, "action": { "default_title": "Ziplyne Recorder", "default_popup": "public\/sidepanel.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "public\/js\/player\/constants.js", "public\/lib\/cryptojs.js", "public\/lib\/spatial_navigation.js", "public\/lib\/pulseposition.js", "public\/lib\/webcomponents-ce.js", "public\/js\/player\/config.js", "public\/js\/player\/utility.js", "public\/js\/player\/topscript.js", "public\/js\/player\/urlPattern.js", "public\/js\/creator\/inspector.js", "public\/js\/creator\/selector.js", "public\/js\/interface\/creatorToFramesInterface.js" ], "css": [ "\/public\/styles\/wewalkthruiframe.css" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "src\/*" ], "matches": [ "<all_urls>" ] } ], "manifest_version": 3, "author": "Ziplyne TM", "incognito": "split" }