Inspect and view changes in Qmed Journey – Smart Queue & Appointment Management 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",
"manifest_version": 3,
"name": "Qmed Journey – Smart Queue & Appointment Management",
"version": "1.2",
"description": "Simplify queue management and appointment handling, fully compatible with EMR, CMS, or HIS.",
"permissions": [
"tabs",
"sidePanel",
"windows",
"storage",
"system.display"
],
"host_permissions": [
"https://qmed.asia/*"
],
"action": {
"default_title": "Qmed Journey – Smart Queue & Appointment Management"
},
"options_page": "options.html",
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
}
}