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": "Perceptive Content LearnMode", "description": "Perceptive Content LearnMode enables application plan linking from Project Titan and Perceptive Content Management Console", "version": "1.0.0", "manifest_version": 3, "default_locale": "en", "icons": { "128": "assets\/perceptive_logo.png" }, "background": { "service_worker": "background.js" }, "action": [], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "host-script.js" ] } ], "permissions": [ "activeTab", "tabs", "nativeMessaging", "contextMenus", "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }