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": "Kipu Enhancer", "version": "0.1", "manifest_version": 3, "description": "Kipu Enhancer adds additional context information to the Kipu EHR system, and removes and beautifies the home page", "icons": { "16": "icons\/kpp_16.png", "32": "icons\/kpp_32.png", "48": "icons\/kpp_48.png", "128": "icons\/kpp_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/ptc11245.kipuworks.com\/*" ], "js": [ "content_script.js" ], "css": [ "content_script.css" ] } ] }