Examine source code of HealthPack Online

Inspect and view changes in HealthPack Online 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": 2,
  "name": "HealthPack Online",
  "short_name": "Health Pack",
  "description": "Tota Solution for Health Care Providers",
  "version": "2.5",
  "author": "Elly Investments",
  "developer": "Abdulla Shuhood",
  "icons": {
    "128": "icon_128.png"
  },
  "offline_enabled": true,
  "background": {
    "scripts": [
      "jquery-3.3.1.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://localhost:8000/login",
        "http://www.healthpack.online/login",
        "https://www.healthpack.online/login",
        "http://*.healthpack.online/login",
        "https://*.healthpack.online/login",
        "http://portal.senahiya.mv/login",
        "https://portal.senahiya.mv/login",
        "http://portal.senahiya.local/login",
        "https://portal.senahiya.local/login",
        "http://portal.senahiya/login",
        "http://portal.senahiya.mv/in-patients",
        "https://portal.senahiya.mv/in-patients",
        "http://portal.senahiya.local/in-patients",
        "https://portal.senahiya.local/in-patients",
        "http://portal.senahiya/in-patients",
        "https://lis.krh.com/in-patients",
        "http://lis.krh.com/in-patients",
        "https://lis.krh.com/login",
        "http://lis.krh.com/login"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "content.js",
        "popup.js",
        "open-dialog.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}