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": "SAP Enable Now, custom desktop application recorder", "version": "1.0.4", "description": "Extension for creating and playing in-app help content for web-based applications using custom application profiles.", "manifest_version": 3, "background": { "service_worker": "main.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; default-src 'self';" }, "icons": { "16": ".\/src\/assets\/chrome_icon_16.png", "48": ".\/src\/assets\/chrome_icon_48.png", "128": ".\/src\/assets\/chrome_icon_128.png" }, "permissions": [ "webNavigation", "nativeMessaging", "activeTab", "debugger" ], "host_permissions": [ "<all_urls>" ] }