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 Companion, browser extension", "version": "1.0.5", "description": "This extension allows to provide in-app help content for websites and web-based applications.", "permissions": [ "storage", "debugger" ], "host_permissions": [ "<all_urls>" ], "storage": { "managed_schema": "schema.json" }, "icons": { "16": "images\/icon-extension-16.png", "32": "images\/icon-extension-32.png", "48": "images\/icon-extension-48.png", "128": "images\/icon-extension-128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "page.js" ] } ], "options_page": "sites\/options.html", "action": { "default_popup": "sites\/popup.html", "default_icon": { "16": "images\/icon-extension-16.png", "32": "images\/icon-extension-32.png", "48": "images\/icon-extension-48.png", "128": "images\/icon-extension-128.png" } }, "manifest_version": 3 }