Inspect and view changes in Home Health AI Toolkit source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"icons": {
"16": "icon16.plasmo.fe918c14.png",
"32": "icon32.plasmo.214c0a27.png",
"48": "icon48.plasmo.1276110f.png",
"64": "icon64.plasmo.c8f73156.png",
"128": "icon128.plasmo.17e8fb69.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.fe918c14.png",
"32": "icon32.plasmo.214c0a27.png",
"48": "icon48.plasmo.1276110f.png",
"64": "icon64.plasmo.c8f73156.png",
"128": "icon128.plasmo.17e8fb69.png"
}
},
"version": "0.0.2",
"author": "Anton Krasov <anton@august-innovations.ai>",
"name": "Home Health AI Toolkit",
"description": "KanTime Health AI Tools",
"background": {
"service_worker": "static/background/index.js"
},
"content_scripts": [
{
"matches": [
"https://www.kantimehealth.net/*/ClientProfile.aspx*"
],
"js": [
"content.de718317.js"
],
"all_frames": true,
"css": []
}
]
}